|
ServerWatch > Tutorials
January 1, 1999
Easy steps to build Web Application using ASP
WELCOME TO TEST INC.
Thanks for taking time to fill in the feedback form
<%set dbconn= Server.CreateObject("ADODB.Connection")
dbconn.Open("swynk1")
sqlstr="select ProductCode from Prodinfo"
set rs=dbconn.Execute(sqlstr)%>
Now go back to the article
Tutorials Archives
|