Click here to Skip to main content
15,905,612 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends , without using system data sqlclient namespace how to communicate with sql server 2008 using asp.net
Posted
Comments
Richard MacCutchan 16-Aug-13 9:21am    
You would need to write a client that can communicate using the SQL protocol.

There is possible using OLEDB and ODBC data providers.

For further information, see here: http://www.connectionstrings.com/sql-server/[^]

But i would recommend you to use SQLClient provider.
 
Share this answer
 
If you are using .net then the SqlClient functionality comes for free, and if you are connecting to Sql Server then there is very little reason short of being a masochist
for doing the stuff yourself.
 
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