Forum Replies Created

Viewing 6 posts - 31 through 36 (of 36 total)

  • RE: Inserts into text fields truncated?

    Thanks, I'll take a look at it...

    So many fun things to learn about..

    Ilmar

  • RE: Inserts into text fields truncated?

    Not in this one..

    Language for the odbc connection is Visual FoxPro.. we are in the process of porting a large application from VFP as a back end to SQL...

  • RE: Inserts into text fields truncated?

    Thanks guys..

    Mike nailed it..

    "** Note that the largest number of characters viewable in query analyzer is 8192 bytes (Tools | Options | Results)." 

    That was the problem (I'm still...

  • RE: Inserts into text fields truncated?

    Oh.. and in both cases, the insert command (either typed directly into the query analyser or sent via the odbc connection) is just:

    Insert into nmsErrorLog (error,listing)

    Values

    ('Test Long Error','Error # 16.....')  where...

  • RE: Inserts into text fields truncated?

    I've tried two ways of inserting:

    1. via an odbc connection

    2. directly in the query analyzer

    And two ways of viewing (both in the query analyser):

    1. select * from nmsErrorLog where...

  • RE: Setting property for all transform tasks

    Thanks.. I'm now  using something similar to turn constraints off and then on again.. but I still have the issue that sometimes one record with bad data will stop the...

Viewing 6 posts - 31 through 36 (of 36 total)