Recent content by mknutsen

  1. M

    Inserts with a TOracleScript

    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...
Back
Top