[PHP] mssql_execute problems...

2003-07-25 Thread T. Rader
Hey, System: RH9, Apache 1.3.27, PHP 4.3.2, FreeTDS 0.61 connecting to a Win2K Server, MSSQL Server 2K Problem: mssql_execute hangs when run. The script just never comes back. The code is as follows: $macn = mssql_connect("SERVER", "UID", "PWD"); mssql_select_db("DB"); $stmt = mssql_init("dbo.G

[PHP] Re: mssql_execute problems...

2003-07-28 Thread T. Rader
Any takers on this? "T. Rader" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey, > > System: RH9, Apache 1.3.27, PHP 4.3.2, FreeTDS 0.61 connecting to a Win2K > Server, MSSQL Server 2K > > Problem: mssql_execute hangs when run. The script just

Re: [PHP] Re: mssql_execute problems...

2003-07-28 Thread T. Rader
s in advance for any help. Tom "Adam Voigt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Umm, try setting TDSVER to 8.0 is all I could say to try. > > > > On Mon, 2003-07-28 at 12:10, T. Rader wrote: > > Any takers on this? > > "T. R