Kaspersky AntiVirus SQL Data Connection String

I am trying to formulate a connection string in VBscript to our Kaspersky AntiVirus Database.

I know the server name, the database, the port, the id, the password and the Initial Catalog.

My string that I have come up with is this: objConn.Open "Provider=sqloledb;Server=KAVServer;Port=XXXXX;Database=KAV_DB;Initial Catalog=KAV;User ID=user;Password=pw;"

When I try to run this and connect, I get the following error message: Invalid connection string attribute

I have taken out all the options and receive this message until I remove the Port=xxxxx, then I get this error message: [DBNETLIB][ConnectionOpen (Connect()].SQL Server does not exist or access denied

I am pretty sure I am close, but has anyone connected the the Kaspersky database directly?

0 answers