1 module ooo
{ module vba
{ module adodb
{
2 constants CursorOptionEnum
{
3 const long adAddNew
= 16778240;
4 const long adApproxPosition
= 16384;
5 const long adBookmark
= 8192;
6 const long adDelete
= 16779264;
7 const long adFind
= 524288;
8 const long adHoldRecords
= 256;
9 const long adIndex
= 8388608;
10 const long adMovePrevious
= 512;
11 const long adNotify
= 262144;
12 const long adResync
= 131072;
13 const long adSeek
= 4194304;
14 const long adUpdate
= 16809984;
15 const long adUpdateBatch
= 65536;