Search Policy Number

  • Thread starter Thread starter CAM
  • Start date Start date
C

CAM

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.
 
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
 
i have iscorpio gadi no rj10ua1151 his insoraed by orintal inso conpany date june 2009 i lost this policy



CAM wrote:

Search Policy Number
14-Oct-08

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.

Previous Posts In This Thread:

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.

Use Linq to SQLHave a look at all what is written about that.
Use Linq to SQ

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 Sq

Co



Submitted via EggHeadCafe - Software Developer Portal of Choice
RegEx Short Date Validation (14-Mar-98)
http://www.eggheadcafe.com/tutorial...3-9264d355ee1c/regex-short-date-validati.aspx
 
Back
Top