1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module dao
{
3 constants TableDefAttributeEnum
{
4 const long dbAttachedODBC
= 536870912;
5 const long dbAttachedTable
= 1073741824;
6 const long dbAttachExclusive
= 65536;
7 const long dbAttachSavePWD
= 131072;
8 const long dbHiddenObject
= 1;
9 const long dbSystemObject
= -2147483646;
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */