Hi
In another message I saw someone was getting the error TCP Client: You have been forceable disconnected. Your answer was to get the lastest SQL Natvie client. Where do you get this from? I am not using the connection string when connecting just setting server,database. Should I be setting something else to make it more reliable.
Mike
Get latest SQL Native Client (SQL 2005)
To do the same with SDAC 3, you should add the Provider parameter to TMSConnection.ConnectString:
Code: Select all
Provider=SQLNCLI.1 // to use SQL Native Client provider
Code: Select all
Provider=SQLOLEDB.1 // to use SQL OLEDB provider