Hello,

   I'm new with PHP and PostgreSQL, and can't find a solution to the
following problem.  I'd like to combine multiple SQL commands into one
pg_exec call.  For example, I've tried "delete ...; insert ...; insert
...;" with the appropriate values in the "...", but I'm receiving this
error:

       Warning: Supplied argument is not a valid PostgreSQL link resource

   Does anyone have any suggestions for this problem?  Thanks in advance.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to