How to detect the compatibility version of ACT! software using vb.net

sachinvaid

New member
Joined
Jun 12, 2006
Messages
1
Programming Experience
Beginner
hi,

i am new to vb.net as well to this forum also.

i am working on ACT! software integration with vb.net application. for this , i need to find out the compatibility of ACT! version using vb.net

Please , any one having code for this, reply for it.

thanks.

Sachin Vaid:)
 
hi,

Thanks for replying.
ACT! is a contact manager developed by Sage company. it is a business contact manager just like the business contact manager in microsoft outlook .

I was integrating my application with ACT! database to retrive the contacts information and store it in SQL database.

i need to know about the procedure to get version compatibility of ACT! with the system.

Thanks.

if you're only dealing with the database, all you need to know is what kind of DB it is and just connect to it with your vb application
 
Back
Top