Is there a way to dereference the SQL statement that is send to the DBD?
I am loading a master table with 19+ fields and there seem to be a problem at the end of the SQL statement. I want to see what is the DBI/DBD sending to the Database.


example:

$q3 = $dbh->prepare("INSERT INTO MasterRealtor (@qtColumns, date) VALUES (@Insert,\"$date\")");

$q3->execute or die "ERROR: $q3->errstr \n";

Want to see what the value/string of $q3 is?


Tnank you all



-Max

Reply via email to