Ask a Question related to Informix, Design and Development.
-
Adam Williams #1
Linking tables via JDBC?
We have an Informix 9.21UC3-1 database on a RedHat Linux box. And we
are evaluating a package from Transsoft Inc. that allows access to
legacy ISAM data (on an RS/6000 in this case running AcuCOBOL) via
JDBC/ODBC.
I've read about (EGM?) linking tables from other data sources into the
Informix engine. Is this possible in this scenario? EGM doesn't list
as being available for Linux? Does this require EGM?
I'd prefer JDBC as I know that works on a Linux box, I haven't noodled
around with the libodbc* files they include on the UNIX side as I only
have those for AIX.
sending to informix-list
Adam Williams Guest
-
JDBC MSSQL Driver Losing Tables?
So, I had and developed an app fine with CFMX 6.1 running Apache 2. I moved it to a different server and everything pretty much works fine in all... -
Linking tables within document
We often use tables with text in the cells. Some of the same information appears twice in a given document. It would be very helpful if we could make... -
Sort_Order Linking Tables
Hi, I am trying to setup a database of all my Films/Games, and so far it has proven very successful. But at the moment I have seperatae pages for... -
Temp tables and jdbc 2.21.jc3 on IDS 9.4.UC1
The following query uses a TEMP table. I get the results in dbaccess, but the query fails when submitted from a java program using JDBC 2.21.jc3...... -
Problem with typed tables and JDBC
I am just starting to use structured typed tables with JDBC and I am getting an error on an insert. My schema looks like this: CREATE TYPE... -
Art S. Kagel #2
Re: Linking tables via JDBC?
On Tue, 08 Jul 2003 08:52:03 -0400, Adam Williams wrote:
With 9.xx you have another elegant solution to linking tables from other
databases. You can create an external data access method and define the
tables in the foreign database as tables using that access method. From
then on you can treat the external table as if it were a native Informix
table.
Art S. Kagel
> We have an Informix 9.21UC3-1 database on a RedHat Linux box. And we
> are evaluating a package from Transsoft Inc. that allows access to
> legacy ISAM data (on an RS/6000 in this case running AcuCOBOL) via
> JDBC/ODBC.
>
> I've read about (EGM?) linking tables from other data sources into the
> Informix engine. Is this possible in this scenario? EGM doesn't list
> as being available for Linux? Does this require EGM?
>
> I'd prefer JDBC as I know that works on a Linux box, I haven't noodled
> around with the libodbc* files they include on the UNIX side as I only
> have those for AIX.
>
> sending to informix-listArt S. Kagel Guest



Reply With Quote

