hi guys i need help idk why shardmanager say billing is dead i config all 100% (i think)
i use
DbConnect
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=pc name\SQLEXPRESS;Data Source=ip server;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=pw;"
DBConnA.Open strConnectA
%>
i tested with
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLEXPRESS;Data Source=ip server;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=pw;"
DBConnA.Open strConnectA
%>
and continue fail billing
sry for me bad english
is possible help me?
i use
DbConnect
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=pc name\SQLEXPRESS;Data Source=ip server;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=pw;"
DBConnA.Open strConnectA
%>
i tested with
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLEXPRESS;Data Source=ip server;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=pw;"
DBConnA.Open strConnectA
%>
and continue fail billing
sry for me bad english
is possible help me?