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 > how can I get all contents of tables that i create in my base Informix?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-03-04, 17:59
amachou_doubaji amachou_doubaji is offline
Registered User
 
Join Date: Mar 2004
Posts: 10
how can I get all contents of tables that i create in my base Informix?

i have a data base (Informix ) in my server ,and i want to get all tablt that create in my base ,i mean the contents of differentes tables .
thank you in advance.
Reply With Quote
  #2 (permalink)  
Old 03-03-04, 21:52
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Re: how can I get all contents of tables that i create in my base Informix?

Quote:
Originally posted by amachou_doubaji
i have a data base (Informix ) in my server ,and i want to get all tablt that create in my base ,i mean the contents of differentes tables .
thank you in advance.
Hi there,

If you need the schema of your database you can enter the foll command from unix prompt.

dbschema -d <database name>

If you need the entire export of the database along with the data enter

dbexport <database name>

Regards,

lloyd
Reply With Quote
  #3 (permalink)  
Old 03-04-04, 15:42
amachou_doubaji amachou_doubaji is offline
Registered User
 
Join Date: Mar 2004
Posts: 10
how can I get all contents of tables that i create in my base Informix?

thank you for your help
but my problem that i don't have permission to access to the server i con only access remotly to my database with an usercount if you have another solution i will be very thankfull
thank you .
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