Results 1 to 6 of 6

Thread: Why one records turned to '##########' characters

  1. #1
    Join Date
    Aug 2004
    Location
    Ukraine, Kiev
    Posts
    3

    Question Why one records turned to '##########' characters

    I have a table with about 6000 records. During the insert/update process, one record has been transformed to a strange way:

    1) all string column started to have 16 '#' characters despite of their actual size.

    2) all date and numeric fields became NULL

    3) bit flag turned to 0

    The table itsels if working, repair function does't resolve the problem.

    And I can change value in this table.

    What happend and how can I prevent this situation.

    Please help me.

  2. #2
    Join Date
    Feb 2003
    Posts
    1,048
    What is your insert/update query or process?

  3. #3
    Join Date
    Aug 2004
    Location
    Ukraine, Kiev
    Posts
    3
    Originally posted by Rawhide
    What is your insert/update query or process?
    either way, data is updated through edit controls and through SQL - scripts and saved queries.

  4. #4
    Join Date
    Feb 2003
    Posts
    1,048
    What are the queries?

  5. #5
    Join Date
    Aug 2004
    Location
    Ukraine, Kiev
    Posts
    3
    Originally posted by Rawhide
    What are the queries?
    SQL update and insert scripts to the table that have these ##### records.

  6. #6
    Join Date
    Feb 2003
    Posts
    1,048
    I don't want you to describe them. I want you to post them.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •