How i retrive data on server side from sql database using sockets.In sockets msstudio dont give option to include using System.data?How i do that pl tell me solution?
Socket stuff is in the System.dll in the namespace System.Net. If you can't access System.Data then make sure you have System.Data.dll referenced by your project (Project->Add Reference->.NET tab)
Marked as answer by Mark - MSFT on Feb 05, 2013 05:45 AM
pratibhajori
0 Points
1 Post
Socket in c#
Jan 28, 2013 05:06 AM|LINK
How i retrive data on server side from sql database using sockets.In sockets msstudio dont give option to include using System.data?How i do that pl tell me solution?
AidyF
Star
9250 Points
1578 Posts
Re: Socket in c#
Jan 28, 2013 08:57 AM|LINK
Socket stuff is in the System.dll in the namespace System.Net. If you can't access System.Data then make sure you have System.Data.dll referenced by your project (Project->Add Reference->.NET tab)