I’m wondering if there is a direct way of connecting to SQL Server. In other words, How ADO.NET is connecting to SQL Server?
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.
For academic exercise kind of work the TDS protocol is described at Tabular Data Stream Protocol Specification and there is a free implementation at FreeTDS. Do you have any real motive to re-invent the wheel?