scalars in sql statement
Hi,
I've a problem with filling in values into a table through following statement:
$dbh->do('INSERT INTO protein (sequence) VALUES ($1)');
$1 is not empty! I printed before ... single quotes provoce error, double quote puts the name of the variable as a string into the table ....
so, what can i do?
thanks for help.
Subject
Written By
Posted
scalars in sql statement
November 15, 2006 06:25AM
November 15, 2006 07:43AM
November 15, 2006 08:12AM
November 15, 2006 08:21AM
November 15, 2006 08:32AM
November 15, 2006 08:37AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.