exporting a table pc
exporting a table pc
(OP)
hello I have a little system and I m using informix online. how can I export a table from database without using text file etc.
thanks
thanks
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: exporting a table pc
If you're not exporting to text, I'm thinking you want to export to tape?
If that is so, the dbexport command will export to tape, but it does the whole database.
Ed
Schaefer
RE: exporting a table pc
and I tried ;
$ dbexport mydatadb
-425 - Database is currently opened by another user.
107 - ISAM error: record is locked.
and I received this error.
what is the meaning? when database is not opened by another user can I export mydata?
RE: exporting a table pc
I have no experience with your emulator so I can't really help you with that.
Unfortunately, Informix dbexport command does not allow any user to be logged into the database when performing a dbexport.
Regards,
Ed
Schaefer