Can I using oledb failoverPartner?

Hi guys,

Now I'm using oledb in order to database connection on the c/c++ application program

 
  Provider=SQLOLEDB;Data Source=127.0.0.1,1433; FailoverPartner=Partner_datbase_server_name;Database=databasename;User Id=id;Password=password;Network=DBMSSOCN;(


I found this as like article.

http://www.connectionstrings.com/microsoft-ole-db-provider-for-sql-server-sqloledb/

http://social.msdn.microsoft.com/Forums/sqlserver/en-US/284fd4c8-b217-4853-a6ee-1361e7c78d21/connecting-to-failover-partner-using-odbc-and-ole-db

As the following artice, I think "Microsoft OLE DB Provider for SQL Server" provider is not supportted 'failoverPartner' keyword.

How to add failoverPartner on the c/c++ application ?
Topic archived. No new replies allowed.