How I can link SQL database 2005 with C# ?
Printable View
How I can link SQL database 2005 with C# ?
how do you mean "link"?
do you mean accessing it from C#?
There are tutorials on ADO.NET (the standard data access technology for .NET apps) in my signature. The principles are exactly the same in C# as VB but if you need to convert any code samples there are also links in my signature that can help with that.