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