Hi
I have SQL Server 2000 Developer Edition installed on my computer. How can I use it with C#? Fx. creating databases, reading from databases etc??
Printable View
Hi
I have SQL Server 2000 Developer Edition installed on my computer. How can I use it with C#? Fx. creating databases, reading from databases etc??
Use the classes in the System.Data.SQLClient namespace.Quote:
Originally Posted by CyberCarsten
SQL (MS SQL Server dialect is called TSQL) is the used to manipulate data, create alter and delete objects, and to define permissions. Basically you use TSQL for everything.
Read more here.
I was going to post just a couple of these links, but then I couldn't decide which ones would be the best, so I thought I just give them all to you. I'm sure you will find some useful stuff here. :)
Thanks guys ;) I'll look into it