CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ADO's question

  1. #1
    Join Date
    Oct 1999
    Posts
    3

    ADO's question

    I can use ADO to access the database through ODBC.But I want to know
    the table's name and the columns' name. What shall I do?




  2. #2
    Guest

    Re: ADO's question

    Take a look at the schema methods. Tey will give you the information you are looking for.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured