Connection strings for Index Server
Providers to use when connecting to Index Server
Finding this site useful?
-Say "Thanks" to Horacio Berardone Bouhebent and the other contributing developers!
-Thank you! »
-Say "Thanks" to Horacio Berardone Bouhebent and the other contributing developers!
-Thank you! »
OLE DB Provider for Index Server
Type: OLE DB Provider
Usage: Provider=MSIDXS
Usage: Provider=MSIDXS
Manufacturer: Microsoft
Customize string example values »
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
Usage: System.Data.OleDb.OleDbConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
Customize string example values »
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;
