How to access sql server database ?

  • Thread starter Thread starter ¹ùÑÇ·æ
  • Start date Start date
¹

¹ùÑÇ·æ

I have several SQL Server .
I want to write a program to select/update/delete data in one of these
servers when I fill username and password in my app.
I suppose to Write a DataLayer ,But how can I ?
Any Template will be best for me !
And
Thank you to every who replys in advance.
 
have a look at the .Net documentation:
ms-elp://MS.NETFrameworkSDKv1.1/cpguidenf/html/cpconusingadonetproviderstoac
cessdata.htm

after that, ask a little more specific question.
Your question in its current form is too general to be get
a specific answer.
 
Back
Top