Re: [PHP-DB] Oracle Newbie

2001-02-12 Thread Andris Jancevskis
linux. c I am trying to get as much info since oracle is a huge beast, and want c to do it right the first time around... so Thanks in Advance! c Chris -- Andris Jancevskis Systems Analyst, Tieto Konts Financial Systems Ltd Kr.Barona 32, Riga, LV1011, Latvia tel: +371 7286660, fax: +371

Re: [PHP-DB] installing php4 on windows and apache 1.3.*

2001-02-08 Thread Andris Jancevskis
/php.exe u What did I do wrong? u thanks, u ufo -- Andris Jancevskis Systems Analyst, Tieto Konts Financial Systems Ltd Kr.Barona 32, Riga, LV1011, Latvia tel: +371 7286660, fax: +371 7243000 mailto:[EMAIL PROTECTED] http://www.konts.lv -- PHP Database Mailing List (http://www.php.net

[PHP-DB] WinNT 4.0 wrkst / Oracle 8.1.6 - succeed

2001-01-23 Thread Andris Jancevskis
Hi, It may interested someone: I have succesfully connected to Oracle: use ORACLE 6i runtime connect to Oracle 8.1.6 from winnt4.0 workstation SP6 Code I use: ? dl("d:\\www\\php\\extensions\\php_oci8.dll"); $tns_name="sun"; $usr="scott"; $pwd="tiger"; putenv("ORACLE_HOME=D:\ora_6run");