[EMAIL PROTECTED] wrote:
> Hi I am trying to retrive data from an Oracle database into My Mysql
> database. How is it possible ODBC?? or Tab Delimited ?

if both db's are setup in php.. just have two connections..
select from one, and do inserts into the other.

$db1 = mysql_open(...);
$db2 = oracle_open(...);
....

-- 
-----------------------------------------------------------------------
  Michael J. Ryan                          |      ICQ: 4935386
      tracker1(at)theroughnecks(dot)net    |  AIM/AOL: azTracker1
  Roughneck BBS:                           |    Yahoo: azTracker1
      http://www.theroughnecks.net         |      MSN: (email address)
      telnet://theroughnecks.net           | Trillian: www.trillian.cc
--- Synchronet 3.10j-Win32 NewsLink 1.30
 *  Roughneck BBS - www.theroughnecks.net - telnet://theroughnecks.net

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

Reply via email to