Results 1 to 3 of 3

Thread: Sql Select

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Posts
    159

    Sql Select

    i have a database that stores information regarding the following

    pictureTitle
    pictureDescription
    pictureOwner
    pictureData

    I have a form called frmSearch that i want to be able to search the database PICTURES for pictureTitle using a textbox called TEXTBOX1 as the search criteria...But... i want the information to load on a nother form called frmSearchResult in a list box called LISTBOX1

    Any ideas all i need is a start i shall paste my code once i have tried a couple more times

    thanks

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Is your question on how to do the search or how to display the result on another form?

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    A hint :
    Create your functions in a class file so it becomes resuable and can be called from anywhere from your assembly (your proj) . This solve forms problems .

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