VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Retreive ALL the information about Access Table & Fields using ADO. Be sure to make a reference to

Brian Gillham  (7 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Sat 26th June 1999   Mon 8th February 2021

Retreive ALL the information about Access Table & Fields using ADO. Be sure to make a reference to ADOX in your Project.

API Declarations



'Properties of the Catalog
Private Catalog As ADOX.Catalog
Private Col As ADOX.Column
Private Cols As ADOX.Columns
Private Grp As ADOX.Group
Private Grps As ADOX.Groups
Private Ndx As ADOX.Index
Private Ndxs As ADOX.Indexes
Private Key As ADOX.Key
Private Keys As ADOX.Keys
Private Proc As ADOX.Procedure
Private Procs As ADOX.Procedures
Private Prop As ADOX.Property
Private Props As ADOX.Properties
Private Table As ADOX.Table
Private Tables As ADOX.Tables
Private User As ADOX.User
Private Users As ADOX.Users
Private View As ADOX.View
Private Views As ADOX.Views

Public Enum TblProps
tblTempTable = 0
tblValidationText = 1
tblValidationRule = 2
tblCacheLinkNamePassword = 3
tblRemoteTableName = 4
tblLinkProviderString = 5
tblLinkDataSource = 6
tblExclusiveLink = 7
tblCreateLink = 8
tblTableHiddenInAccess = 9
End Enum

Public Enum ColProps
colAutoincrement = 0
colDefault = 1
colDescription = 2
colNullable = 3
colFixedLength = 4
colSeed = 5
colIncrement = 6
colValidationText = 7
colValidationRule = 8
colIISNotLastColumn = 9
colAutoGenerate = 10
colOneBlobPerPage = 11
colCompressedUnicode = 12
colAllowZeroLength = 13
colHyperlink = 14
End Enum


Rate Retreive ALL the information about Access Table & Fields using ADO. Be sure to make a reference to (1(1 Vote))
Retreive ALL the information about Access Table & Fields using ADO. Be sure to make a reference to .bas

Retreive ALL the information about Access Table & Fields using ADO. Be sure to make a reference to Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters