[PHP-DB] PHP + Oracle problem

2002-04-26 Thread Daniel Ryhle

When i have uncommented the php_oci8.dll extension in the php.in(i use the
recommended) i get the following error.

kodPHP Warning: Unable to load dynamic library 'c:/php/php_oci8.dll' - The
specified module could not be found. in Unknown on line 0 

All paths are correct and it works fine with the mssql dll.

Worth mentioning is that i run php 4.2.0 on IIS/win2k machine.

Someone has a clue?



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] MS SQL problem with php

2002-03-12 Thread Daniel Ryhle

I run MS SQL 2000 on a win 2k machine and IIS5. On this i have installed
php4.11 with php_mssql.dll support. When i do an insert query it works fine.

But my problem is with SELECT querys.

If i write a select query and run it on a table that is empty it works fine.

BUT if i put an entry into the table and run the same query again it just
stands and think until it time out. Extremely strange, cause ive programmed
some php against mysql on a linux machine and never had any troubles. But
this is totally...wacked..

Seems to work fine if i run the same querys directly in ms sql.

Is this a bug in php or is it perhaps just a configuration question or
somethin??

Extremely glad if someone had any info about this cause i need to get it to
work





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php