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...
Chad Hattabaugh MCDBA-SE
Chattabaugh@earthlink.net
August 22, 2002 at 3:10 pm
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...
Chad Hattabaugh MCDBA-SE
Chattabaugh@earthlink.net
August 22, 2002 at 8:47 am
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...
Chad Hattabaugh MCDBA-SE
Chattabaugh@earthlink.net
August 22, 2002 at 8:28 am
Viewing 3 posts - 1 through 4 (of 4 total)