Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Just gotta gripe...

    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...

  • RE: Just gotta gripe...

    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...

  • RE: 255 Char Limitation

    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...

Viewing 3 posts - 1 through 4 (of 4 total)