01.
ASP数据显示问题!<% set rs2=server.createobject("adodb.recordset") sql2="select top 1 * from news where classid="&rs("classid")&" and pic is not null order by data asc" rs2.open sql2,conn,1,1 do while not rs2.eof %...查看完整版>>
ASP数据显示问题!
02.
asp数据调用问题select a, b ,c from main order by a, b,c排序就按照a,b,c的先后顺序...查看完整版>>
asp数据调用问题
03.
asp数据读取问题1.连接<%set con=server.CreateObject("ADODB.connection") con.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.Mappath("data.mdb") & ";Persist Security Info=False" con.OpenMy...查看完整版>>
asp数据读取问题
04.
ASP数据统计问题俺晕 你那个好像输出的是列数吧 rs.recordcount呵呵,ok了吧。...查看完整版>>
ASP数据统计问题
05.
ASP查询数据问题把结果里面的关键字 replace 掉 ...如 Replace(Rs("result"),"keyword","<font color=red>keyword</font>") ......查看完整版>>
ASP查询数据问题
06.
asp显示数据问题do while not rs.eof....操作....If theLine=1 Then theColor = "gray" theLine = 0Else theColor = "white" theLine = 1End if ....操作....Loop...查看完整版>>
asp显示数据问题
07.
asp的数据库运用问题?'假设rs为数据库返回的符合要求的recordSetdim i,j,kresponse.write "<table border=1>"i=0do while not rs.eof if i=0 then response.write "<tr>" response.write "<td>" & rs("dwm") & "<...查看完整版>>
asp的数据库运用问题?
08.
关于用ASP做数据库的问题做数据库? 没搞懂,我只知道连接数据库,书上是不是说叫你建什么ODBC数据源? 如果是就太落后了。<% dim conn dim connstr 'on error resume next connstr="DBQ="+server.mappath("123.mdb")+";Defau...查看完整版>>
关于用ASP做数据库的问题
09.
ASP数据日期整理问题select * from biao where DATEDIFF('m',CreateTime,DATE())=1biao--表名CreateTime--新闻添加时间字段名DATE()--获得时间,如果不行可以用GETDATE()...查看完整版>>
ASP数据日期整理问题
10.
asp数据统计问题 高手进<%set rs = conn.execute(\"select count(uid) from where uid = 10\")%>你好,总共有<%=rs(0)%>条符合条件的数据<%rs.closeset rs=nothing%>...查看完整版>>
asp数据统计问题 高手进
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。