So, guys, i've downloaded the DC HotFix and changed the dbconnect.asp and billing.cfg to my settings, but i still get dc, the eror says:silk data loading failed
this is my DBConnect.asp(I dont use ID/PW on my DB):
Any tips on what i should do?
Thanks
so, can anyone help me out here?
this is my DBConnect.asp(I dont use ID/PW on my DB):
Code:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=USER;Initial Catalog=SRO_VT_ACCOUNT;"
DBConnA.Open strConnectA
Any tips on what i should do?
Thanks
so, can anyone help me out here?