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

2003-07-29 Thread Adam Voigt
I would suggest you give the ODBTP extension a try: http://odbtp.sf.net It's designed to be a replacement for the FreeTDS MSSQL functions, I haven't experimented with it much, but so-far it looks stable and well-documented. On Mon, 2003-07-28 at 13:02, T. Rader wrote: > Thanks for the reply.

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

2003-07-28 Thread T. Rader
Thanks for the reply. I gave it a try and still have the same problem. I have FreeTDS logging enabled, but the logs do not show anything useful. A connection is made to the server, and the database is selected correctly. Then, the log shows an outgoing connection. After that, nothing. We have

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

2003-07-28 Thread Adam Voigt
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. 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 > >

[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 never comes back. > The code is as f