I think there is a bug in SAP DB server or ODBC library. It can be reproduced in VB using ADODB/ODBC, Perl using DBD::ODBC and C/C++ using ODBC.
You get error -904 if you repeatedly (number of repeats required depends on available data space in your DB): * create a statement handle * executes a SQL statement that returns no data * close cursor (directly or indirectly) * destroy the statement handle N.B. You must repeatedly create and destroy the statement handle. I have not been able to reproduce the error when reusing the statement handle. Do you need more info or test programs/scripts? # schoen _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
