Search found 5 matches

by mlr
Tue May 13, 2003 5:41 am
Forum: PHP - Code
Topic: ODBC Call & connection status
Replies: 8
Views: 1048

Oke, thanks for your info. I will try to get it to work...I lett you know my progress

Thanks again,

Marco Laponder
by mlr
Tue May 13, 2003 3:43 am
Forum: PHP - Code
Topic: ODBC Call & connection status
Replies: 8
Views: 1048

Just a couple of another questions (I am a newbi at extensions so please be patient). How could I check from my own extension (say my_checkstatus_odbc_fetch() ) the connection status ? Could I call any php function for that ? Any idea when the connection status is updated ? TIA Marco Laponder mlr AT...
by mlr
Mon May 12, 2003 8:17 am
Forum: PHP - Code
Topic: ODBC Call & connection status
Replies: 8
Views: 1048

It is an odbc driver and not an extension. If I wrote a extension instead of a driver could I check the connection status in that option ? (I have no experience on creating extensions). When I create an extension am I defining my own php functions ? Kind regards, Marco Laponder mlr AT interchain DOT...
by mlr
Mon May 12, 2003 7:42 am
Forum: PHP - Code
Topic: ODBC Call & connection status
Replies: 8
Views: 1048

I am famliar with the link you gave me. The problem is during the expensive ODBC call I cannot execute the PHP script. So I would like to call from my own odbc driver the function connection_status() or check if the client is alive in an other way. As far as I can see now I can only check when I ret...
by mlr
Mon May 12, 2003 6:49 am
Forum: PHP - Code
Topic: ODBC Call & connection status
Replies: 8
Views: 1048

ODBC Call & connection status

Hi, I have the following situation. At our company we have our own database and have written our own odbc driver. Using php we can access our database without any problem. What now occurs is the user executes a query which takes a long time to return (difficult query with subselects etc.). My proble...