Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting data from a Unify Database

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Does anyone know how to export data from a Unify Database. The OS is SCO Unix? I'm trying to get this in an ascii format.
 
You can export data from the Unify database via SQL, using the 'into <filename>' at the end of the SQL statement.

You can manually test the procedure by getting into SQL.

> select * from <tableName> into <fileName>/

There's good description in the UNIFY Developer's Tutorial in chapter 7. 7.10 Sending Data to an ASCII file is the section that describes the process.

Good Luck.

Scott.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top