Hello,

I'm trying to access Ingres II database servers.
But if I use the extension php_ingres.dll php.exe crashes (with and without
parsing a file).
I executed php.exe wih the Dependency Walker
(http://www.dependencywalker.com).
Here the last output of the log window after profiling:
...
LoadLibraryA("./extensions/php_ingres.dll") returned 0x00DE0000 by thread 1.
GetProcAddress(0x00DE0000 [c:\php\extensions\PHP_INGRES.DLL], "get_module")
called from "c:\winnt\system32\PHP4TS.DLL" at address 0x10019DDF and
returned 0x00DE1000 by thread 1.
First chance exception 0xC0000005 (Access Violation) occurred in
"c:\winnt\system32\PHP4TS.DLL" at address 0x100969C9 by thread 1.
Second chance exception 0xC0000005 (Access Violation) occurred in
"c:\winnt\system32\PHP4TS.DLL" at address 0x100969C9 by thread 1.
Exited "c:\php\PHP.EXE" (process 0x428) with code 128 (0x80) by thread 1.

Second,
I tried a ODBC_CONNECT with PHP (without the extension php_ingres.dll).
But no success.
It's no problem to access INGRES-ODBC with Crystal Reports and JDBC.
Even if php.exe parse test.php it pop´s up a Errorwindow:
ODBC/OpenAPI Initialization Error:
IIapi_initialize() return code=8(out of memory)
Output on commandline: Trashed symbol table C:\oro\ingres\files\symbol.tbl
<b>Warning</b>:  SQL error: [Microsoft][ODBC Driver Manager] Fehler beim
SQLAllocHandle-Aufruf f³r Treiber auf  SQL_HANDLE_ENV., SQL state IM004 in
SQLConnect in <b>e:\php\condb.php</b> on line <b>5</b><br>

My environment: W2k SP2, Apache 1.3.20, PHP 4.0.6, Ingres II 2.5

I hope there's anyone can help me.

thanks
Frank Pietsch



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to