Where Do I Start Learning About Using SQL Databases in C# Applications?
-
I want to learn how to use a local (stored on the computer not the internet) database to store information for my application. I did some searching and found articles, but they seemed to have no relation to a learning sequence. I have C# programming experience but no database experience, where should I start and what articles should I read? Thanks.
-
I want to learn how to use a local (stored on the computer not the internet) database to store information for my application. I did some searching and found articles, but they seemed to have no relation to a learning sequence. I have C# programming experience but no database experience, where should I start and what articles should I read? Thanks.
You need to learn SQL first. Once you've done that, you can write a database, and then you can connect to it, and learn how to execute SQL and deal with the results. I'd buy a SQL book and read it, first.
Christian Graus Driven to the arms of OSX by Vista.
-
I want to learn how to use a local (stored on the computer not the internet) database to store information for my application. I did some searching and found articles, but they seemed to have no relation to a learning sequence. I have C# programming experience but no database experience, where should I start and what articles should I read? Thanks.
Yeah, I'd suggest a book, can't recommend any though.
-
I want to learn how to use a local (stored on the computer not the internet) database to store information for my application. I did some searching and found articles, but they seemed to have no relation to a learning sequence. I have C# programming experience but no database experience, where should I start and what articles should I read? Thanks.
install a mssql,then use it,it's better to practice,
-
I want to learn how to use a local (stored on the computer not the internet) database to store information for my application. I did some searching and found articles, but they seemed to have no relation to a learning sequence. I have C# programming experience but no database experience, where should I start and what articles should I read? Thanks.
if you read ADO.Net for comprehensively than automatically u will learn SQL