Source Code Examples
Links
Handy Links
Home
C# and VB.NET Comparison
RGB TO HEX Conversion
Privacy Policy
Topics
Networking
Programming
Sharepoint (MOSS)
SSIS
Tutorial
Learn @ IT Jungles
Connection strings Examples for Index Server
Connection strings Examples for Index Server
.NET Framework Data Provider for OLE DB
This is a .NET wrapper class library from Microsoft. The usage for this provider is
System.Data.OleDb.OleDbConnection
.
Standard Security:
Provider
=
MSIDXS;
Data source
=
MyCatalog;
OLE DB Provider for Index Server
This is an OLE DB data provider from Microsoft. The usage for this provider is
Provider=MSIDXS
.
Standard Security:
Provider
=
MSIDXS;
Data source
=
YourCatalog;
Note: this will use the default locale not unless specify like the below syntax.
Specifying the user locale:
Provider
=
MSIDXS;
Data source
=
YourCatalog;
Locale Identifier
=
1033;
Great Sites
Make Money Online
Heath and Wealth Articles
ITJungles
Acne Information Portal
Reading
Copyright © 2010 Connectionstring Examples
All trademarks and copyrights on this page are owned by their respective owners.
Created this page in 0.05 seconds