Software Development Network>> SQL Server>> Direct access to MSDE tables without providers
Hi,
How can get direct access to MSDE tables without providers
Thank'sAlexei
The SQLClient is the prefered and the fastest one. Perhaps there is a problem within your configuration in your msde.
HTH, Jens Suessmeyer.
You need a data access provider for accessing the database.
Can you tell me what is preferred configuration for using queries on 1 million of records
I am coding in c# with oledb to access to MSDE. I have also tryed to use SQLClient. But it still littly slow. Where can I get another one
Direct access to MSDE tables without providers
NickReiser
The SQLClient is the prefered and the fastest one. Perhaps there is a problem within your configuration in your msde.
HTH, Jens Suessmeyer.
Brian Welcker - MS
You need a data access provider for accessing the database.
HTH, Jens Suessmeyer.
German Masis
Look at http://www.sql-server-performance.com/ for more information, this is a good starting point.
HTH, jens Suessmeyer.
edwardbeck
Hi,
Can you tell me what is preferred configuration for using queries on 1 million of records
Thank's
Alexei
heppiedad
Hi,
I am coding in c# with oledb to access to MSDE. I have also tryed to use SQLClient. But it still littly slow. Where can I get another one
Thank's
Alexei