Data Source = ABCSERVER;Initial Catalog=ABCDATABASE;Provider=SQLNCLI.1;OLE DB Services=-13;Integrated Security=SSPI;Auto Translate=True;
DataSourceID =
DelayValidation = False
Description =
RetainSameConnection = False
SupportsDTCTransactions = True|||
if i'm not mistaken, the sql native client provider (SQLNCLI.1) only works with sql server 2005.DustinT wrote: ConnectionManagerType = OLEDB
Data Source = ABCSERVER;Initial Catalog=ABCDATABASE;Provider=SQLNCLI.1;OLE DB Services=-13;Integrated Security=SSPI;Auto Translate=True;
DataSourceID =
DelayValidation = False
Description =
RetainSameConnection = False
SupportsDTCTransactions = True
if you are using a different version of sql server, then try using the microsoft ole db provider for sql server (SQLOLEDB.1)
|||See http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=366077&SiteID=1
No comments:
Post a Comment