[PHP-DB] Boolean-Values from MSSQL 7.0 - /Linux/PHP404pl1/apache

2001-04-01 Thread FreakyMark
An old question maybe? How can I get out the values of a yes/no-field of a MSSql70-table? I'm using Linux/PHP4.04pl1/Apache. Evertime I try to get this value the site cannot be loaded. Is there a documentation or a howto about this item? Thanks for answers Martin E. -- PHP Database Mailin

[PHP-DB] Problem with non-Character-fields with MSSQL70

2001-02-28 Thread FreakyMark
Hi there, I can easily get results of my tables when i try to get character-type fields but when I try to get a numeric-type field i receive the following messages: Warning: Sybase: fieldname field not found in result in filename.php on line 32 Line32 tells me: $Var = mssql_result($res, $i; "fi

[PHP-DB] Apache, PHP4, access problem to MS SQL 7.0

2001-02-14 Thread FreakyMark
Can anybody help me about my serious problem to connect to MS SQL 7.0. I tried to use the freetds-driver but i'm not able to connect with it. They said that I must define the Serverconnection in the interfaces-file. I found one in the freetds-directory but i don't know how to write it correct. I'v