Hello all,
I'm doing a migration of an application from ODBC to DBLibrary.
In my application I do a lot of querys of the form:
INSERT INTO table ...; SELECT MAX(index) FROM table
I use to exec the ODBC function SQLMoreResults to point to the next
statement in order
to get the rows.
I've tried combinations of dbresults, dbnextrow and dbmorecmds whitout
luck, Does
somebody knows how to implement SQLMoreResults with DBLibrary?
Thank's a lot in advance