Ok first sql is new to me. I am trying to get an asp page to connect to the the server but am having problems. Any thought on this would be great.
<%
dim conn, rs, sql, intTelephone, intMobile
connectstr = "Provider=SQLOLEDB;DATABASE=AS_Data;SERVER=SQLEXPRESS; Integrated Security=SSPI;"
sql = "SELECT * FROM [Projects]"
rs.Open
%>
<%
dim conn, rs, sql, intTelephone, intMobile
connectstr = "Provider=SQLOLEDB;DATABASE=AS_Data;SERVER=SQLEXPRESS; Integrated Security=SSPI;"
sql = "SELECT * FROM [Projects]"
rs.Open
%>