首页 相关文章 用ASP和WML来实现数据库查询

用ASP和WML来实现数据库查询

Shows how to perform a search with a WAP page and use ASP on the server to do the database query and then
display the results.


<%Response.ContentType = "text/vnd.wap.wml"%
1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"
<%
Dim conn, rs
Dim strSQL,strFirstName, strLastName
Set conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")

conn.open session("myconne...[ 查看全文 ]

2016-01-29 标签:

用ASP和WML来实现数据库查询的相关文章

手机页面
收藏网站 回到头部