|
-
Sep 18th, 2005, 06:23 AM
#1
Thread Starter
Frenzied Member
SQL & C#
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??
-
Sep 18th, 2005, 06:38 AM
#2
Re: SQL & C#
 Originally Posted by CyberCarsten
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.
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.
Last edited by kaffenils; Sep 18th, 2005 at 06:43 AM.
-
Sep 18th, 2005, 06:41 AM
#3
Re: SQL & C#
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.
-
Sep 18th, 2005, 11:01 AM
#4
Thread Starter
Frenzied Member
Re: SQL & C#
Thanks guys I'll look into it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|