Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: varchar truncation to 255 symbols

    Hi, thanx for the reply!

    Table is created with statement:

    create table test_big_text (description varchar(2000))

    My C++ code goes like this:

    ...

    DBCOL dbcol;

    ...

Viewing post 1 (of 2 total)