Results 1 to 3 of 3

Thread: Error

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2004
    Posts
    22

    Error

    What does this error mean

    (pic enclosed)
    Attached Images Attached Images  

  2. #2
    Junior Member ost's Avatar
    Join Date
    Jan 2004
    Posts
    19
    this means that you have a dataadapter. This dataadapter needs a connection for the SeletCommandproperty.

    Try to assign your connection to


    Code:
    YourDataAdapter.SelectCommand.Connection = myConn
    Not sure about the syntax but something like the above should do it.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2004
    Posts
    22
    thanks for the help

    and the code you gave is correct

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