I am going to use C# to access a SQL database, initializing a connection and create tables and editing stuff, so is SQL Server required to start using SQL queries in C# ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No.
SqlClient (System.Data.SqlClient) is included as part of .NET framework, but you’d be wise to get a connection to an SQL server at some stage so that you can test your connection code.