Thursday, March 8, 2012

Connecting to a SQL server through WinSocks

Hello,
I want to connect to a SQL Server through WinSocks2. I tried this with the ODBC and it works. Now I want to try it in another way. But this is a hard task for me. Is anybody able to say me, what I have to send with send() and what to recieve? Is it necessary to sync the client and the server? If, yes how can I do this?
I'm thankful for every kind of help.

Regards, PeterTheMeterIf you don't know what to send and how is the format (I bet most people don't know), I recommend you use the client package provided by microsoft such as ODBC, OLEDB,sqlncli, etc. The communication between server and client is actually quite complicated, you cann't learn in a short period.

Thanks,

No comments:

Post a Comment