Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-08-26 : 11:25:31
|
Patrick writes "How can acess an MS SQL server using PHP4 installed on the same machine?I can get some results (only 32 chars long though) but after it seems to hang and then it says CGI Timeout." |
|
1fred
Posting Yak Master
158 Posts |
Posted - 2002-09-11 : 15:05:28
|
There is a problem passing varchar datatype from MSSql to PHP. Even if it is not really recommended try using Text dataType for longer string.And for better perfomance connect to sql server with the mssql command in PHP.Look at www.php.net its really well documented |
 |
|
Andraax
Aged Yak Warrior
790 Posts |
Posted - 2002-09-12 : 16:16:25
|
Or use ASP instead |
 |
|
|
|
|