Hello, (i'm french so please excuse my poor english)
i need to update a DB with informations from an Excel2000 document.
I use ODBC driver for excel, and VB Data Environment to read records in my excel file.
But there is a problem : if the first record contain a field which contain less than 255 chars, all the other records 'll be cut to 255.
Exemple :
first record, the <DESCRIPTION> field contain a text with 200 chars.
second record, the <DESCRIPTION> field is more than 500 chars but only the 255 first chars are selected.
If the first field is more than 255 chars, there is no problem so actually, if some DESCRIPTIONs are more than 255 chars, i move the line to the top of the document but this method is unsatisfactorily
In the DE, in the DESCRIPTION field's property, i can see "size : 255", but I can't change this value.
Is there a way to fix definitively this value to 1000 chars?
Thank you
i need to update a DB with informations from an Excel2000 document.
I use ODBC driver for excel, and VB Data Environment to read records in my excel file.
But there is a problem : if the first record contain a field which contain less than 255 chars, all the other records 'll be cut to 255.
Exemple :
first record, the <DESCRIPTION> field contain a text with 200 chars.
second record, the <DESCRIPTION> field is more than 500 chars but only the 255 first chars are selected.
If the first field is more than 255 chars, there is no problem so actually, if some DESCRIPTIONs are more than 255 chars, i move the line to the top of the document but this method is unsatisfactorily
In the DE, in the DESCRIPTION field's property, i can see "size : 255", but I can't change this value.
Is there a way to fix definitively this value to 1000 chars?
Thank you