Results 1 to 2 of 2
We're using FreeTDS version 7.0 with php 5.2.9 on this OS:
Linux vh20.dev.webroot.com 2.6.18-53.el5 #1 SMP Mon Nov 12 02:22:48 EST 2007 i686 i686 i386 GNU/Linux
I found that mssql_query() ...
- 04-18-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
freetds not passing back output parameter value
We're using FreeTDS version 7.0 with php 5.2.9 on this OS:
Linux vh20.dev.webroot.com 2.6.18-53.el5 #1 SMP Mon Nov 12 02:22:48 EST 2007 i686 i686 i386 GNU/Linux
I found that mssql_query() doesn't return the value of SQL output parameters.
Have you heard of this problem ?
Should I install the following ?
FreeTDS 0.82
Thusday 10 January 2008
- 04-22-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
I don't see any functions like mssql_query() in the FreeTDS documentation. This sounds like a SQL Server specific function call. Shouldn't you use something like tds_submit_query() or tds_submit_query_params()?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
