Accessing a text field

wxdqz

New Member
How to access a text field of a table in MS SQL Server? Other kinds of fields I can access from a PHP script, but the longtext field I can't. Even a simple query like "SELECT longtextfieldname FROM Table1" won't work. Does PHP have a bug or this bug is from FreeTDS or Sybase-ct?

Thank you!

Felipe Almeida
 
Back
Top