what is Sql Native Client?
Answers were Sorted based on User's Feedback
Answer / parveen atreya
SQL NATIVE CLIENT is a Provider used to Connect with the
SQL Server database.
Is This Answer Correct ? | 16 Yes | 1 No |
Answer / anindya kr. das
The provider which helps to connect sql database from
vb6.it's essential if the database made with sql express
that is 2005 version.without Native client we can't
recognize the sql/express server using search code witten
in VB6.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / ravi jr.dba
it is a new data access method combines oledb and odbc to
access sql server
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / khalid
Sql Native Client is a provider. just like Sql Server provider.It refered SQL SERVER 2005 Version.
Is This Answer Correct ? | 0 Yes | 2 No |
What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?
Define executenonquery?
can u tell me the how to get the print for the form
What is data view and variable view?
What is the difference in record set and dataset?
what is connection pooling ?
What is the namespaces being used to access oracle database?
What is the difference between SqlCommand and SqlCommandBuilder?
can we change the data in dataset? if yes what is the process?
What is openrowset?
Which object of ado contains datarow datacolumn collection?
what is different between SqlCommand object and Command Behaviour Object