jdbc - Connecting to Informix 3.30 with SimbaServer middleware -
i have client i'm trying data migration out of old route-accounting system for. system has informix 3.30 database simbaserver middleware sitting on top of it. gather, odbc , jdbc support not added informix until version 5.x, that's out. also, have been unable find simbaclient odbc or jdbc driver connect simbaserver middleware.
i'm trying connected database jasperetl jaspersoft. have thoughts on how might able accomplish this?
are serious meaning informix 3.30? in, 3.30.14? in, product last released in 1986? creeps out of woodwork every often, hasn't done quite few years now. pre-sql product, database dictionary (catalog) in file 'database.dbd' , data in files such 'table.dat' , indexes in files such 'table.idx'?
if so, there extremely unlikely odbc or jdbc drivers connect it.
however, should contact me directly - see profile page - , can discuss options have. suffice still have access source code, , know how data out of system. i'll need know lot more environment , whether have of informix 3.30 software still running, etc. (i have informix 3.30 running on macos x 10.6.2, compiled in 64-bit mode, if reassures @ all. thought joke.)
if don't have files such '.dbd' , on, (probably) don't have informix 3.30. we'll need discuss have.
i presume you've found simba , discussion of dsi (data store interface) technology. 3.30 database still in active use, or one-time data transfer? options different depending on applies.
if one-time transfer, can work tool kit assembled on period 1986-1996 (approximately); result ascii files in format can loaded dbms of choice.
if ongoing operation - informix 3.30 database still in production use despite being beyond end of normal life - should looking @ services simba provides, , custom dsii (dsi implementation).
informix 3.30 comes a.l.l (application language library) can use access data c (and hence c++) code. you'd using data in dsii module implement - or find else has implemented.
Comments
Post a Comment