Viewing 3 posts - 1 through 4 (of 4 total)
I understand you point about the truncation not ginving you an error -- It should.
I do some data imports from a 4GL/DBMS called "Progress" where we have the same...
August 22, 2002 at 3:10 pm
#435133
Why are you using a varchar 10 instead of a datetiem field? When using a date time field, your imported data would probably have been imported correctly in the first...
August 22, 2002 at 8:47 am
#435055
If you are using a text datatype, you need to use the readtext, writetext, and updatetext
commands to use the text field.
By default, SQL only stores the first 256...
August 22, 2002 at 8:28 am
#435051