Forum Discussion
omatzura
18 years agoSuper Contributor
Hi!
hmm.. you should probably quote in the SQL (and not the value itself):
insert into xxx.temp_table (MY_FIELD) values ('?')
and the commit shouldn't be neccessary.
Does that help?
/Ole
eviware.com
hmm.. you should probably quote in the SQL (and not the value itself):
insert into xxx.temp_table (MY_FIELD) values ('?')
and the commit shouldn't be neccessary.
Does that help?
/Ole
eviware.com