|
-
April 23rd, 1999, 02:43 AM
#1
SQLTables()
hi,
i am failing to use SQLTables() to check if a given table exists in my MSAccess db.
what is wrong with this? :
CRecordset crecordset(&dbData);
retcode = SQLTables(crecordset.m_hstmt,NULL,0,NULL,0,strTable,SQL_NTS,NULL,0);
the function returns: retcode == SQL_SUCCESS, but the recordset is always empty.
any suggestions?
oren.
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
|