QUERYLib, COM interface constants for VB.Net / VBScript
QUERYLib - interface constants
This page contains simple VBA include for the QUERYLib COM library.
library parameters| File Name | Program Files\Microsoft Visual Studio 9.0\Common7\Tools\VDT\vdt80.dll |
|---|
| Guid | {7990732C-B88B-430B-9106-A8CEB2FFCB1C} |
|---|
| Enums | 3 |
|---|
_eQueryTypeenum, 7 members.Public Enum eQueryType
SQLSelect = 0
SQLUpdate = 1
SQLDelete = 2
SQLInsert = 3
SQLInsertTable = 4
SQLMakeTable = 5
SQLUnknown = 6
End Enum
_eDSTypeenum, 6 members.Public Enum eDSType
DSUnknown = 0
DSTable = 1
DSView = 2
DSOther = 3
DSSubquery = 4
DSFunction = 5
End Enum
_eColTypeenum, 5 members.Public Enum eColType
CUnknown = 0
CColumn = 1
CExpr = 2
CLit = 3
CAgg = 4
End Enum
|