Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connecting to SQL 2000 2

Status
Not open for further replies.

R9772

Technical User
Aug 15, 2002
76
US
can anyone assist me in creating a link via an editable grid to sql server 2000. i thought the following lines of code would suffice - i was wrong.

Dim ConnectionString As String = "server=(local);database=mydatabase;trusted_connection=true"
Dim SelectCommand As String = "SELECT ss#, date, codeDetail from clientListing"

 
I find this very helpful:


although it will have the same one alcar has pointed you to, they keep it updated with everything.

paul
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top