1 module ooo
{ module vba
{ module adodb
{
2 constants CommandTypeEnum
{
3 const long adCmdFile
= 256;
4 const long adCmdStoredProc
= 4;
5 const long adCmdTable
= 2;
6 const long adCmdTableDirect
= 512;
7 const long adCmdText
= 1;
8 const long adCmdUnknown
= 8;
9 const long adCmdUnspecified
= -1;