View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Tue Dec 07, 2004 4:24 pm Post subject: Export |
|
|
I have a table that contains a column COL_A of 1000 VARCHAR. When I try to export the data/table, I got this message "Column COL_A is too long to be exported". What is the maximum column length? Is there a way to get around the large column problem? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Dec 07, 2004 5:26 pm Post subject: |
|
|
danm,
Are you talking about the EXPORT command in QMF? With the EXPORT command ,you cannot export a table with a VARCHAR column whose maximum allowable length is over 254.
Why can't use simply unload the table?
Thanks
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Wed Dec 08, 2004 3:12 pm Post subject: |
|
|
Kolusu,
Thanks. Yes, I was referring to EXPORT in QMF. I will unload the table instead. |
|
Back to top |
|
 |
|
|