if($debug){&writelog(1,"INFO: Sent Order Order id = $msgsendid: \"$sendclient,$sendordid,$sendlotsfill,$sendfillprice,$sendlotsact,$sendtransno,$send dborderid,$sendlotsordered,$sendamedorderid,$sendorderprice,$sendtraderid,$sendbuysell,$sendconsid,$sendexchange,$sendfilltype,$sendlotsstillopen,$sendmaturi ty,$sendordertype,$sendaction,$sendacc,$sendtimetransmis,$appiamsgdiff,$appiamsgdiffsecs\" Full String");} # Now we have all the data we insert into the database table my $sql = qq{INSERT INTO $dbtable VALUES(GFMIS.FIXCUSTOMERPERF_SEQ.nextval,'$recclient','$recordid','$senddborderid','$reclotsordered', '$recorderprice','$rectraderid','$recbuysell','$recconsid','$recordertype', '$recaction','$recacc','$rectimetransmis','$sendlotsfill','$sendfillprice', '$sendfilltype','$sendtimetransmis','$appiamsgdiff','$appiamsgdiffsecs')}; my $sth = $dbh->prepare($sql); $sth->execute(); $sth->finish; #### 20-12-2005 11:38: INFO: Sent Order Order id = TESTER-5-send: "TESTER,fud646_20051118,0.0000,0.00000000,0.0000,1049,1317260662,5.0000,0,14610.065,DESRISKGATEW AY,Buy,ANYTHING,0,Ack,5.0000,200512,Symbol,Report,ATOP11,20051118-05:08:10,1812,1.812" Full String