B
baoping
Unregistered / Unconfirmed
GUEST, unregistred user!
<%
dim adoConnection
dim adoRecordset
Set adoConnection = Server.CreateObject("ADODB.Connection")
adoConnection.open "driver={SQLserver};server=zylsoft;uid=sa;pwd=;Database=pubs"
adoRecordset.open "select * from titles"
%>
连接不上,有人说在SQL中有支持ASP的选项,真的吗,在哪?
dim adoConnection
dim adoRecordset
Set adoConnection = Server.CreateObject("ADODB.Connection")
adoConnection.open "driver={SQLserver};server=zylsoft;uid=sa;pwd=;Database=pubs"
adoRecordset.open "select * from titles"
%>
连接不上,有人说在SQL中有支持ASP的选项,真的吗,在哪?