Forum Discussion

sgauthier's avatar
sgauthier
New Contributor
14 years ago

Using multiple SQL inserts in datasink step

Hi, I'm using a JDBC datasink in a test case and it works fine until I try to add another SQL insert. e.g. insert into table1 SET TestDataID=?, Name=?, Phone=?; works fine (I have the ...