RE: [PHP-DB] RE: mssql problems

2002-04-20 Thread Oliver Cronk
Hi Kras - Running PHP as the ISAPI module make sure you have the latest version (you should get the latest version anyway). Do you have problems with php in ISAPI mode with MSSQL permament connections? -- I don't use pconnect with ISAPI but maybe I should thinking about it(!) so I can't

[PHP-DB] RE: mssql problems

2002-04-20 Thread Oliver Cronk
Obviously the major advantage of using the native MS-SQL extension is performance (IHMO) maybe if you are running a few small apps then you won't notice the connection overhead involved in establishing an odbc connection to MSSQL. I have found the MSSQL extension much faster in testing . In

[PHP-DB] RE: mssql problems

2002-04-19 Thread Oliver Cronk
Hi PHP Is quite cool isn't it As for your problem you might want to try a few things: - Running PHP as the ISAPI module make sure you have the latest version (you should get the latest version anyway). - Removing this line : $r = mssql_rows_affected ( $link); - as there is a mysql function

[PHP-DB] Re: mssql problems

2002-04-19 Thread Frank Flynn
I had this exact same problem and after a lot of time I switched to an ODBC connection (no mssql_connect... Just use the ODBC commands) and everything has worked flawlessly since. There's probably some right combination and way to use the mssql specific commands but life it too short and the