ASP.NET
Programming and Technical
Mention the namespace that is used to include .NET Data Provider for SQL server in .NET cod
Read Solution (Total 1)
-
- using system.data;
using system.data.sqlclient; \ for mssql
using system.data.oledb;\for office acccess - 10 years agoHelpfull: Yes(0) No(0)
ASP.NET Other Question