Results 1 to 2 of 2

Thread: how to solve "multi-step" generation errors?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    103

    how to solve "multi-step" generation errors?

    hey, how do i solve this error:
    "multi-step generation operation has created errors. check each status value." (or something like that)

    i get especially during
    rsRecordset("Field").Value = txtTextField.Text
    lines

    any ideas?

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    When ever I get them, it means that I am trying to pass in a value that the field can't hold, like trying to pass a Long into an Integer field, or String into a number field.

    Check and see that everything is correct in that respect.

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

Posting Permissions

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



Click Here to Expand Forum to Full Width