devxlogo

Migrating from Informix SQL to Informix Windows NT

Migrating from Informix SQL to Informix Windows NT

Question:
Is it possible to migrate from Informix SQL to Informix for Windows NT?

Answer:
Yes. Informix for Windows NT is now on version 7.31. This has the exact same functionality as 7.31 for UNIX. You won’t be able to use the byte-level dumps/restores of tbunload or onunload, but you should be able to export the database using either dbexport/dbimport or flat-file ASCII unloads by using the SQL statement

UNLOAD to tablename.unl SELECT * from tablename

followed by

LOAD from tablename.unl INSERT into tablename;

See also  5 Benefits of Using Time Tracking Software
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist