Click here to Skip to main content
16,006,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMultiple Forms Pin
dexter970312-Jan-08 4:44
dexter970312-Jan-08 4:44 
GeneralRe: Multiple Forms Pin
Colin Angus Mackay12-Jan-08 5:06
Colin Angus Mackay12-Jan-08 5:06 
GeneralRe: Multiple Forms Pin
Paul Conrad12-Jan-08 9:28
professionalPaul Conrad12-Jan-08 9:28 
Questionhow to display currency in india format like 11,12,345? Pin
sathyan_829412-Jan-08 3:58
sathyan_829412-Jan-08 3:58 
AnswerRe: how to display currency in india format like 11,12,345? Pin
pmarfleet12-Jan-08 7:44
pmarfleet12-Jan-08 7:44 
QuestionArrayList Pin
dexter970312-Jan-08 3:09
dexter970312-Jan-08 3:09 
GeneralRe: ArrayList Pin
Luc Pattyn12-Jan-08 4:04
sitebuilderLuc Pattyn12-Jan-08 4:04 
GeneralAbout Getting table names from MS Access DB Pin
Mushtaque Nizamani12-Jan-08 1:50
Mushtaque Nizamani12-Jan-08 1:50 
Hi,
I have taken an example from MSDN.

Public Function GetSchemaTable(ByVal connectionString As String) _
    As DataTable

    Using connection As New OleDbConnection(connectionString)
        connection.Open()

        Dim schemaTable As DataTable = _
            connection.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, _
            New Object() {Nothing, Nothing, Nothing, "TABLE"})
        Return schemaTable
    End Using
End Function


I have called this function in my code on MS Access DB Connection String, and got DataTable object in return but I'm unable to find table names in DataTable object, can anyone please help me in that, what am I doing wrong.

Best Regards,
Mushq

Mushtaque Ahmed Nizamani
Software Engineer
Ultimus Pakistan

QuestionButtons Pin
roger689712-Jan-08 0:51
roger689712-Jan-08 0:51 
GeneralRe: Buttons Pin
Luc Pattyn12-Jan-08 1:00
sitebuilderLuc Pattyn12-Jan-08 1:00 
GeneralRe: Buttons Pin
The ANZAC12-Jan-08 12:06
The ANZAC12-Jan-08 12:06 
GeneralButtons Pin
roger689712-Jan-08 0:49
roger689712-Jan-08 0:49 
GeneralRe: Buttons Pin
Colin Angus Mackay12-Jan-08 1:06
Colin Angus Mackay12-Jan-08 1:06 
GeneralMuliple Forms Pin
dexter970312-Jan-08 0:43
dexter970312-Jan-08 0:43 
GeneralRe: Muliple Forms Pin
Colin Angus Mackay12-Jan-08 1:18
Colin Angus Mackay12-Jan-08 1:18 
Generalselecting from text file Pin
Member 476409411-Jan-08 23:04
Member 476409411-Jan-08 23:04 
GeneralDataReader Pin
danasegaranea11-Jan-08 21:45
danasegaranea11-Jan-08 21:45 
GeneralRe: DataReader Pin
pmarfleet11-Jan-08 22:54
pmarfleet11-Jan-08 22:54 
Generalusing arrow keys to select different pictureboxes Pin
raventatatatata11-Jan-08 20:04
raventatatatata11-Jan-08 20:04 
GeneralRe: using arrow keys to select different pictureboxes Pin
Dave Kreskowiak12-Jan-08 7:06
mveDave Kreskowiak12-Jan-08 7:06 
GeneralRe: using arrow keys to select different pictureboxes Pin
raventatatatata12-Jan-08 16:23
raventatatatata12-Jan-08 16:23 
GeneralRe: using arrow keys to select different pictureboxes Pin
Dave Kreskowiak13-Jan-08 7:25
mveDave Kreskowiak13-Jan-08 7:25 
GeneralRe: using arrow keys to select different pictureboxes Pin
raventatatatata13-Jan-08 23:06
raventatatatata13-Jan-08 23:06 
GeneralRe: using arrow keys to select different pictureboxes Pin
Dave Kreskowiak14-Jan-08 2:00
mveDave Kreskowiak14-Jan-08 2:00 
GeneralInsert, delete & update child table (parent-child relating table) Pin
tellytub11-Jan-08 19:44
tellytub11-Jan-08 19:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.