全 国 联 保 电 话 |
北京: |
010-82122008 |
济南: |
0531-86418243 |
南京: |
025-83351122-1208 |
上海: |
021-64661559-16 |
沈阳: |
024-23582588-2563 |
武汉: |
027-87874346 |
成都: |
028-85482736 |
深圳: |
0755-82966699-8570 |
广州: |
020-87582246-8762 |
西安: |
029-88342450 |
新疆: |
0991-8891888-8410 |
杭州: |
0571-56763778 |
重庆: |
023-68884982 |
河南: |
0371-63660810 |
哈尔滨: |
0451-86299696-3035 |
福州: |
0591-83306359 |
|
|
| |
| 感谢你对我们的信任 如果你有什么问题 请在这里进行提问 |
<%
sql="select top 5 a.FDContent,b.FDQuestionContent,b.FDDateTime,a.FDDateTime from TBQuestion a inner join TBContent b on a.fdid=b.fdid where a.FDState='1' and a.FDTrue='1' order by b.FDDateTime desc"
Set rsCust=Server.CreateObject("adodb.recordset")
'Response.Write (sql)
'Response.End
rsCust.Open sql,conn,3,1
do while not rsCust.eof and cint(i)
|
<%
rsCust.MoveNext()
loop
%>
|
 |
|