
October 30th, 2009, 04:54 AM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 1
Time spent in forums: 3 m 53 sec
Reputation Power: 0
|
|
|
Dsn is working but odbc_execute hangs in php
I have a problem in my ubuntu and debian 5 system
my database is mssql2000 on windows 2003 server
in both linux servers DSN is correct and isql works(query result up to 1.5GB saved to file)
in my php program i can connect to mssql without any problem(trying wrong password causes odbc error so dsn is working)
but when i try "odbc_execute" any sql query it hangs !!!
i don't know what is the problem and what do i have to do!
|