"Axel Busch" <[EMAIL PROTECTED]> wrote: ... > I had no problems with C and ODBC (you will find the code attached) > but with perl I get the Error ... In your C code you do not destroy the statement handler between each select. If you do - you will probably have the same problem. I changed your code so that the statement handle was repeatedly created and destroyed and got the -904 error.
I also changed the your code so that the environment handle was created before it was used. # schoen _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
