title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.custom | helpviewer_keywords | ||
---|---|---|---|---|---|---|---|---|---|---|---|
Other Non-SQL Server Subscribers |
Other Non-SQL Server Subscribers |
MashaMSFT |
mathoma |
09/25/2024 |
sql |
replication |
reference |
|
|
[!INCLUDE SQL Server] For a list of non- [!INCLUDEssNoVersion] Subscribers supported by [!INCLUDEmsCoName], see Non-SQL Server Subscribers. This topic includes information about requirements for ODBC drivers and OLE DB providers.
The ODBC driver:
-
Must be ODBC level-1 compliant.
-
Must be thread-safe Distributor environment.
-
Must be transaction capable.
-
Must support the Data Definition Language (DDL).
-
Cannot be read-only.
-
Must support long table names such as MSreplication_subscriptions.
OLE DB providers must support these objects for transactional replication:
-
DataSource object
-
Session object
-
Command object
-
Rowset object
-
Error object
The following interfaces are required to connect to a data source:
-
IDBInitialize
-
IDBCreateSession
-
IDBProperties
If the provider supports the IDBInfo interface, [!INCLUDEmsCoName] [!INCLUDEssNoVersion] uses the interface to retrieve information such as the quoted identifier character, maximum SQL statement length, and maximum number of characters in table and column names.
The following interfaces are required:
-
IDBCreateCommand
-
ITransaction
-
ITransactionLocal
-
IDBSchemaRowset
The following interfaces are required:
-
ICommand
-
ICommandProperties
-
ICommandText
-
ICommandPrepare
-
IColumnsInfo
-
IAccessor
-
ICommandWithParameters
IAccessor is necessary to create parameter accessors. If the provider supports IColumnRowset, [!INCLUDEssNoVersion] uses that interface to determine whether a column is an identity column.
The following interfaces are required:
-
IRowset
-
IAccessor
-
IColumnsInfo
An application should open a rowset on a replicated table that is created in the subscription database. IColumnsInfo and IAccessor are needed to access data in the rowset.
Use the following interfaces to manage errors:
-
IErrorRecords
-
IErrorInfo
Use ISQLErrorInfo if it is supported by the OLE DB provider.
For more information about the OLE DB provider, see the documentation supplied with your OLE DB provider.