Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What are the tables names in my database :)
Message
From
13/08/2002 05:04:14
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
What are the tables names in my database :)
Miscellaneous
Thread ID:
00689017
Message ID:
00689017
Views:
66
im using an mdb database (Microsoft Access)
i made my oledbconnection thru code:
Dim cnn As OleDbConnection
Dim strConn As String
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" + _
"Data Source=C:\mydata.mdb;" + _
"Mode=Share Deny None"
cnn = New OleDbConnection(strConn)

dragging the tables from the server explorer into my form is not appropriate for my application, because additional tables might be added to the database in the future.
what i want is to display all the table names inside "mydata.mdb" on myListBox control.
do i need additional objects such as oledbcommand,...
pls fill up the missing code. thanks a lot!
Next
Reply
Map
View

Click here to load this message in the networking platform