Connection strings for Index Server
Providers for Index Server
Community Forums
Find solutions and post questions regarding connection string related issues.
OLE DB Provider for Index Server
Type
OLE DB Provider
Usage Provider=MSIDXS
Manufacturer Microsoft
Usage Provider=MSIDXS
Manufacturer Microsoft
Standard
Provider=MSIDXS;Data source=MyCatalog;
Specifying the user locale
Specifies a unique 32-bit number (for example, 1033) that specifies preferences related to the user's language. These preferences indicate how dates and times are formatted, items are sorted alphabetically, strings are compared, and so on.
Provider=MSIDXS;Data source=MyCatalog;Locale Identifier=1033;
If this keyword is not specified, the default system locale identifier is used.
.NET Framework Data Provider for OLE DB
Type
.NET Framework Wrapper Class Library
Usage System.Data.OleDb.OleDbConnection
Manufacturer Microsoft
Usage System.Data.OleDb.OleDbConnection
Manufacturer Microsoft
Bridging to OLE DB Provider for Index Server
This is just one connection string sample for the wrapping OleDbConnection class that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=MSIDXS;Data source=MyCatalog;
Selected Articles
