Forum: PHP
11-15-2012, 04:30 PM
|
|
Replies: 5
Views: 615
The problem is with the function odbc_connect....
The problem is with the function odbc_connect. Once the connection resource is available everything works fine.
Script execution time from command line (in milliseconds):
odbc_connect : 754 (0.7...
|
Forum: PHP
11-15-2012, 03:08 PM
|
|
Replies: 5
Views: 615
|
Forum: PHP
11-15-2012, 12:26 PM
|
|
Replies: 5
Views: 615
PHP + Apache + DB2 slow odbc_connect
Hi,
I'm using a script with odbc_connect in order to connect to a remote DB2 instance. When the script is executed from command line everything works as expected, but when the same script is...
|