|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
List of tables
hi !!!
I want to access all the tabel list from my database. using ADOX I am getting list of all the table including System database tables like MSysACEs,MSysAccessObjects,MSysQueries how should I exclude the system database table from the list Her is my code Dim DBPath As String Dim DBConn As New ADODB.Connection Dim cat As New ADOX.Catalog Dim tbl As ADOX.Tables DBConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & DBPath cat.ActiveConnection = DBConn Set tbl = cat.Tables For i = 0 To tbl.Count - 1 List1.AddItem tbl(i).Name Next |
|
#2
|
|||
|
|||
|
I got ans
I got the answer !!!
|
|
#3
|
||||
|
||||
|
Please post your answer for others to see and refer to.
__________________
www.xoise.com - www.ourfreegames.com - www.g1games.com - www.randomtools.net - www.xenocide-rpg.com - Lyrics Search Engine |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > List of tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|