If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Export data from Informix SE , import to MS-SQL

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-04-08, 11:49
kanenas.net kanenas.net is offline
Registered User
 
Join Date: Aug 2006
Location: Athens - Greece
Posts: 22
Export data from Informix SE , import to MS-SQL

I have a machine running Windows 98 SE and in that machine i have a folder named TEST. The structure is showing below...

TEST
--DATA
--TEST1.DBS
--PRICE
--SSS
CHKDATA.BAT
ISQL.EXE
--EXE
--OLDB4
--FORMS
--INF
--BIN
--ETC
--MSG

inside the --TEST1.DBS there are lots of .dat and .idx files.
I have also found out that with the isql.exe i can run some kind of sql statements like "Select * from Customers " for example !

The question is...
How do i export all the data from the Informix SE to a MS-SQL Server.
__________________
Visit...
http://kanenas.net
News and Ideas about programming
Reply With Quote
  #2 (permalink)  
Old 01-15-08, 13:59
mygr8r mygr8r is offline
Registered User
 
Join Date: Oct 2007
Posts: 6
Informix to MS SQL

If you are not opposed to using a third-party ETL tool, you may want to try the Data UpLoader to MS SQL Server from Pervasive DataTools. I've used several of their tools over the years and have found them to be very useful.

Before I posted, I checked to make sure their Data UpLoader to MS SQL Server supports Informix SE...and it does.

Hope this helps!

-mygr8r
Reply With Quote
  #3 (permalink)  
Old 03-11-08, 08:14
kanenas.net kanenas.net is offline
Registered User
 
Join Date: Aug 2006
Location: Athens - Greece
Posts: 22
mygr8r thanks for the reply. Let me try some of the tools and i will get back to close the topic as solved (... i hope)!
__________________
Visit...
http://kanenas.net
News and Ideas about programming
Reply With Quote
  #4 (permalink)  
Old 03-11-08, 12:49
kanenas.net kanenas.net is offline
Registered User
 
Join Date: Aug 2006
Location: Athens - Greece
Posts: 22
I have downloaded the software suggested (DataTools to Migrate Data from Informix) and when the program starts , asks for a Source Connection.
Because of the DOS (!!!) style of the database, i can not find a valid one...


I have tried to open some of the .dat files (NO SUCCESS !)

Probably i am doing something wrong but i can not figure out what !

Any suggestions ?!?!

Thanks
__________________
Visit...
http://kanenas.net
News and Ideas about programming
Reply With Quote
  #5 (permalink)  
Old 03-28-08, 13:44
mygr8r mygr8r is offline
Registered User
 
Join Date: Oct 2007
Posts: 6
Those .DAT and .IDX files are probably fixed-length ISAMs. You may want to try the Data Parser for C-ISAM in the DataTools product list.
Reply With Quote
  #6 (permalink)  
Old 09-01-08, 19:16
emtzoca emtzoca is offline
Registered User
 
Join Date: Aug 2006
Posts: 2
unload to "myfile.unl" select * from MyTable

one for each table in your database
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On