CRecordSet::Open()
Dear SYSOP,
I've written a DLL containing among other things a function that opens an
Access 1.1 database.
When this function is called by a small C++ program, there is no problem.
But this fuction is supposed to be called by a more complex application written
with Visual Basic.
In that case, the recordSet Open() throws a CDBException that says :
Maximum expression depth reached.
If I specify a SQL statement like in Open("SELECT * FROM MYTABLE"), I get
another CDBException:
Maximum filter count reached.
What do exactly mean those exceptions (especially the fist one) ?
Thank you for your help
Pierre ROSSEL
Transcom Research SA