Quote:
Originally Posted by romio202020
U NEED DATA K SRO OR ISRO
|
what did you mean ? =)
here is my dbconnect.asp
Code:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=DEAHTBRINGER\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=mypassword;"
DBConnA.Open strConnectA
%>
i think the config is correct =/