How to Connect TSM database in C#

kozalak

ADSM.ORG Member
Joined
Jul 21, 2009
Messages
22
Reaction score
0
Points
0
hi everyone,

I want to connect TSM Database within a C# project. Does anyone know how to do this?
 
With TSM V6 there are probably more ways to accomplish it, but to be backwards compatible you'd need to use the C# ODBC data source connections. Using ODBC will allow your app to connect to any version 5.x or greater.
 
Back
Top