i use SQL 2008 r2
but i get the Problem
[Only registered and activated users can see links. Click Here To Register...]
but i get the Problem
[Only registered and activated users can see links. Click Here To Register...]
Code:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=EN-PC\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=123456;"
DBConnA.Open strConnectA
%>