Hello, when I was searching the sapdb mailinglist for my problem I encountered your posting. Sounds similar to mine :-)
My coding environment ist similar to yours. I get a segfault when I do the following: - Create a statement - setfetchsize larger than the rowcount in the resultset - go with next() thru the resultset - when I then delete the statement - pointer I get a segfault. This does not happen if I set the FetchSize equal to the resultset's rowcount (but who knows how many rows are in the resultset before the query? :-)))) ) Valgrind says about some memcpy and free errors while iterating thru the resultset. (they are deep in the ODBC drivers code) Did you get any information? Marco Keuthen phenomic Gamedevelopment _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
