I have a very simple insert statement, generating a very vague error:
com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB: SQL statement would generate a row count.
This is my insert statement:
insert into w_carrierMovement(carrierMovement_id,PUFcarrier_id,Notes_id,qty,weight,weightunit,orderedlength,width,height,lwhUnit,Additionalcharge,costCurrency) values(55,9,null,11,0,'lbs',1,0,0,'feet',0,'CAD')
Oddly enough, it only happens on table I created today - all other inserts work fine.
Any thoughts of words of wisdom would be greatly appreciated.
Thanks in advance.
Michael MacIntyre
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
