Select from following answers:- System.Data.SqlClient
- System.Data.SqlServerCe
- System.Data.SqlTypes
- None
- All Above
System.Data.SqlServerCe is the namespace for
SQL Server compact(mobile phones) databases.
System.Data.SqlClient provides classes for connectivity and queries but not for the mobile
databases.
System.Data.SqlTypes provides types
for better performance when using SQL Server
as the back end:
example: SqlInt32, SqlInt64
Show Correct Answer
|
Alert Moderator