Actually, I think it could work the other way around.
(Oops, this is off topic now.)
Informix (in version 9.2.something) has
what they call "virtual table interface"
and they provide an ODBC wrapper, I think.
So you might send your queries to Informix
and Informix could pass (parts of) them furt
No.
MArk Williams wrote:
>
> This is not what I meant.
> I have a mysql DB running. I have a remote informix DB running.
> I have DBI/DBD informix/mysql all setup and working.
> I can access the remote informix database through perl scripts.
> BUT what I want is my scripts to ONLY access the mys
This is not what I meant.
I have a mysql DB running. I have a remote informix DB running.
I have DBI/DBD informix/mysql all setup and working.
I can access the remote informix database through perl scripts.
BUT what I want is my scripts to ONLY access the mysql DB, but to
somehow get the mysql DB
Yes, either that or plain text files that Informix dumps and MySQL reads in.
Jan
Curtis Maurand wrote:
>
> Perl DBI with the Mysql and the Informix drivers installed.
>
> Curtis
>
> - Original Message -
> From: "MArk Williams" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Mond
Perl DBI with the Mysql and the Informix drivers installed.
Curtis
- Original Message -
From: "MArk Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 7:21 AM
Subject: Can mysql read from Informix
> I have a mysql server running.
> I would like to be abl