View Single Post
Old Oct 19th, 2004, 4:14 PM   #7
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
Quote:
Originally posted by Pizentios@Oct 18 2004, 02:40 PM
So the Problem was with your SQL then? Looks like you were missing a ; now that i think about it. Then again, i am a postgresql user ;-) I don't know that much about how mysql querys work.

anyways, glad to hear that you got it working.
Actually with PHP, Perl, and almost every other database binding interface you never place the trailing ";" since you can only execute one query at a time anyway. And for some servers, this means you do not need the trailing '\g'

This includes Postgre and the DBI:: module in perl.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote