|
-
Mar 21st, 2006, 04:58 PM
#1
Thread Starter
Frenzied Member
C#.net and SQL server
Could anyone let me know how to implement C#.net with MS SQL server? Any tutorials that I can take from?
-
Mar 21st, 2006, 05:49 PM
#2
Re: C#.net and SQL server
That's a very broad question, plus the details may be different depending on what version of the IDE you're using. Given that C# is Microsoft's preferred language and SQL Server is their preferred database, MSDN would be the logical first palce to look. You could use the members of the System.Data.SqlClient namespace to interact with SQL Server, but if you're using VS 2005 then the IDE has other in-built features that you can use to avoid direct contact with those types. You should also check out some of the tutorials in my signature for information on ADO.NET.
-
Mar 22nd, 2006, 06:42 AM
#3
Re: C#.net and SQL server
Here are some links to take a look at, but, as jmcilhinney alluded, how much they help or a relevant depends on what version of C# and what version of SQL Server you are using.
You didn't state either version.
-
Mar 23rd, 2006, 05:09 PM
#4
Thread Starter
Frenzied Member
Re: C#.net and SQL server
Are there any tutorials out there that I can take a look to implement C#.net with the SQL server?
-
Mar 23rd, 2006, 05:51 PM
#5
Re: C#.net and SQL server
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
|