Hi,
I have a VB6 application which uses an Access2000 database.
I have no problem creating recordset based on "ordinary" tables and linked tables in the database, however when i try to create an ADO recordset based on the systemtable MSysObjects the recordset object is always empty/Nothing.
Example:
Set rs = Db.OpenRecordset("SELECT * from MSysObjects"
Is there a trick I can use to read Access systemtables from VB6 ?
Thanks in advance !
I have a VB6 application which uses an Access2000 database.
I have no problem creating recordset based on "ordinary" tables and linked tables in the database, however when i try to create an ADO recordset based on the systemtable MSysObjects the recordset object is always empty/Nothing.
Example:
Set rs = Db.OpenRecordset("SELECT * from MSysObjects"
Is there a trick I can use to read Access systemtables from VB6 ?
Thanks in advance !