Search Policy Number

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CAM

    Search Policy Number

    Hello,

    I am using Visual Basic.Net 2008. In my form I have database file connected
    to SQL 2008 Express. I want to have a text box where I can type in the
    policy number and I will get the record that contains the policy number that
    I just typed in my form. I just want a simple way to search for a field and
    display the record. Can someone help me with the coding or suggest a
    website to visit. Thank you in advance.

    Cheers.

  • Cor Ligthert[MVP]

    #2
    Re: Search Policy Number

    Use Linq to SQL

    Have a look at all what is written about that.

    Mostly it is a problem how to start with that:

    Go to your project,
    Click on Add new Item and chooise Linq to SQL, a pane will be opened and you
    can drag from your server explorer the table that you want on the left
    surface.

    For the rest follow what is written about Linq to Sql

    Cor

    "CAM" <alex_martinez@ ca.rr.comwrote in message
    news:E4F7ABC4-D040-451C-8562-E8C655DC52B5@mi crosoft.com...
    Hello,
    >
    I am using Visual Basic.Net 2008. In my form I have database file
    connected to SQL 2008 Express. I want to have a text box where I can type
    in the policy number and I will get the record that contains the policy
    number that I just typed in my form. I just want a simple way to search
    for a field and display the record. Can someone help me with the coding
    or suggest a website to visit. Thank you in advance.
    >
    Cheers.

    Comment

    Working...