This is a discussion on Export an ixf file to ASCII within the DB2 forums, part of the Database Server Software category; --> Hello, i have a problem with an ixf file and need your help. Is there any way to export ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, i have a problem with an ixf file and need your help. Is there any way to export such a file to ascii or some other readable format for a Windows PC? Unfortunaly we have no other way to export the database to an other format as ixf, and we need to get this data. Hope you can help! Greets, Thomas |
| |||
| You can only export data that is in the database. So: first import the ixf file, then you can export it . Thomas Massong wrote: >Hello, > >i have a problem with an ixf file and need your help. > >Is there any way to export such a file to ascii or some other readable >format for a Windows PC? >Unfortunaly we have no other way to export the database to an other format >as ixf, and we need to get this data. > >Hope you can help! > >Greets, >Thomas > > > > -- Anton Versteeg IBM Certified DB2 Specialist IBM Netherlands |
| |||
| "Thomas Massong" <info@salmhofer.at> wrote in message news:<JQ5Pb.6117617$Of.968934@news.easynews.com>.. . > Hello, > > i have a problem with an ixf file and need your help. > > Is there any way to export such a file to ascii or some other readable > format for a Windows PC? > Unfortunaly we have no other way to export the database to an other format > as ixf, and we need to get this data. Can you explain why you cannot just load the ixf file ? You can then export to DEL format if absolutely necessary. |