Hi,
Im trying to execute the following with TOracleScript:
insert into table1(field) values('Text1 &Text2') ;
This results in that only "Text1" are inserted.
I change it to:
insert into table1(field) values('Text1 & Text2') ;
This is Ok !
I understand that this have something to do with definition of variables, but i don't set any variables.
Do TOracleScript scans for variables even if you not using it ?
Thanks
Morten
Im trying to execute the following with TOracleScript:
insert into table1(field) values('Text1 &Text2') ;
This results in that only "Text1" are inserted.
I change it to:
insert into table1(field) values('Text1 & Text2') ;
This is Ok !
I understand that this have something to do with definition of variables, but i don't set any variables.
Do TOracleScript scans for variables even if you not using it ?
Thanks
Morten