Click here to Skip to main content
15,891,788 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How connect database in Tcp/ip through socket programming in c#????
Posted

1 solution

Why would you want to?? You would have to re-implement the client protocol for your database engine. Doing so would require documentation on that protocol, which most of the higher end manufacturers do NOT provide!

On top of that, you would more than likely be writing unoptimized code for communicating with that database, skipping encryption and compression layers. This means that your code would be slower running the same query than if you used the manufacturers client.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900