Sven K�hler wrote: > > while developing with SAPDB i sometimes stare on my screen and read > error message like > "Syntax error or access violation;-3005 POS(1) Invalid SQL > statement." > This error-message was produced because an INSERT statement didn't > define a value for a column that was defined to be "NOT NULL".
Oops, how did you manage this ? Usually SAP DB is a little bit more precise. Would you mind telling us which client you are using and perhaps provide a vtrace of the commands send to the kernel ? for description of vtrace-preparartion please see: http://sapdb.2scale.net/moin.cgi/VTrace Elke SAP Labs Berlin > Are there plans to improve that? for example by storing additional > text-messages instead of error-codes. > > OK, it's very complicated when the code is written in good > old C-style, > where every method returns just an int or somethin. > But it would be a good idea if you're using C++/Exceptions. > > I was using 7.3.0.30. > > Thx > Sven > > > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
