Standard Connection String for SQL Mobile OLEDB

This article deals with various commands that can be used in SQL Server Mobile OLE DB Providers in .NET Compact Framework.
  • 2512

The .NET framework data providers for OLEDB is used to access to access OLEDB data source. It is the collection of different classes. This is a standard string used in OLEDB .NET Framework as a connection string

Provider=Microsoft.SQLSERVER.MOBILE.OLEDB.3.0;Data Source=myPath\myData.sdf;

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.