|
-
May 12th, 1999, 06:15 AM
#1
C++, Database, ODBC
Hi all,
void CDatabaseDlg::OnButtonCtables()
{
CDatabase db;
try
{
db.OpenEx(NULL);
}
catch(CDBException *e)
{
AfxMessageBox(e->m_strError);
return;
}´
...
}
Now my question: How can I retrieve the names of all tables in the choosen database???
Thanks
Jürgen (mailto:[email protected])
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|