Re: [PHP-DB] mssql_query, sybase_query

2001-12-13 Thread Bradley Bell
Okay, I solved the problem. FreeTDS 0.52 is BROKEN. upgrade to a newer version and all is well, the documentation is correct (I think). -brad On Wed, Dec 12, 2001 at 02:47:24PM -0800, Bradley Bell wrote: > Is it just me, or is the documentation for these two functions totally wrong? > They are

[PHP-DB] mssql_query, sybase_query

2001-12-12 Thread Bradley Bell
Is it just me, or is the documentation for these two functions totally wrong? They are sopposed to return int values, either a "result identifier", or 0, if the query fails. However, it looks to me like it always returns a string. If the query returns data (i.e. a SELECT query), then it returns s