I'm using ODBC to connect to my Interbase 6 database. Using the code:

$post_stmt = "Insert into
MSGTABLE(firstname,middlename,lastname,msg_subject,msgbody,remote_ip)
values('$fname','$mname','$lname','$subj','$mssg','$remote_ip')";

and the msgbody field is a blob type. and the data came from a textarea
field. But i got an error using this insert statement.

How can i do it without an error?



-- 
PHP Windows 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