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 > Informix to ASCII

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-12-02, 14:45
cmgood13 cmgood13 is offline
Junior Member
 
Join Date: Sep 2002
Posts: 3
Post Informix to ASCII

I'm trying to dump an entire Informix 5 database to ASCII or dbf files for conversion. What is the easiest method for doing this? Can this be done from the dbaccess utility?

Help!!!!
Reply With Quote
  #2 (permalink)  
Old 09-13-02, 01:56
ladwig ladwig is offline
Registered User
 
Join Date: May 2002
Location: Osnabrueck Germany
Posts: 59
Re: Informix to ASCII

Hi,
you can try dbexport for the whole database, or dbaccess with the sql unload to file select * from table.
__________________
Juergen Ladwig
Reply With Quote
  #3 (permalink)  
Old 09-13-02, 08:29
cmgood13 cmgood13 is offline
Junior Member
 
Join Date: Sep 2002
Posts: 3
Re: Informix to ASCII

Quote:
Originally posted by ladwig
Hi,
you can try dbexport for the whole database, or dbaccess with the sql unload to file select * from table.
OK thanks. will the dbexport disturb the current database? Is it more of a copy or will it detach and move the database?
Reply With Quote
  #4 (permalink)  
Old 09-16-02, 04:30
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
dbexport will place an exclusive lock on the entire database while exporting.
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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