Forum Discussion
omatzura
17 years agoSuper Contributor
Hi,
this is an invalid error-message, just ignore it.
By default new connections are in autoCommit mode (ie each statement gets committed automatically), but maybe the commit is neccessary. So what happens if you put
into the SQL field?
regards,
/Ole
eviware.com
this is an invalid error-message, just ignore it.
By default new connections are in autoCommit mode (ie each statement gets committed automatically), but maybe the commit is neccessary. So what happens if you put
insert into xxx.temp_table (MY_FIELD) values ('?');
commit;into the SQL field?
regards,
/Ole
eviware.com