[PHP-DB] php with MsSql.

2003-09-22 Thread João Cândido de Souza Neto
Hello to all. I'm creating a site using php with database MsSql, when i test in my server using Win XP x php 4.3.2 it's all ok, but when i send to server with linux x php 4.3.3 i can't to save accented words in database. When i try to save, i receive this error message: Warning: mssql_query(): m

[PHP-DB] php with mssql

2002-11-12 Thread soff
hello, I am trying to connect mssql with php, when I use mssql_pconnect(), It will fail to connect when the amount of visitors becomes large. But, when I use mssql_connect(), I can only run SELECT quern, while the INSERT/UPDATE staments doesn't work. Can somebody tell me why? thanks and sorry fo