This is the error that appeared:

Warning: SQL error: [INTERSOLV][ODBC InterBase driver][InterBase]conversion
error from string "BLOB", SQL state S1000 in SQLExecDirect in
c:/homepages/message/post.php on line 7


> Easier to diagnose if you tell us what the error was?
>
> Winston Valenzuela wrote:
>
> > 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]
>
>


----------------------------------------------------------------------------
----


> --
> 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]



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