I have some code that performs an INSERT, using '?' for each value in
the SQL, then using SQLBindParameter() to bind the small values to
local buffers and the large ones such that I can call SQLPutData() to
send the data in reasonably-sized chunks.

The code works fine with MySql but now that I'm trying to get it
working on SAP DB, I'm having problems.  All of the right code seems to
get called (including the return code that signals me to call
SQLPutData()), and I get NO bad error codes, but once I'm done nothing
has been inserted into the table.

Has anyone tried writing similar code on SAP DB?  Can you suggest some
things I can check or send me a smallish example that I can compare to
what I'm doing?

Thanks,
-Jeff

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to