%@LANGUAGE="VBSCRIPT"%>
<%
Dim Reindex
Dim Reindex_numRows
Set Reindex = Server.CreateObject("ADODB.Recordset")
Reindex.ActiveConnection = MM_connindex_STRING
Reindex.Source = "SELECT * FROM zc"
Reindex.CursorType = 0
Reindex.CursorLocation = 2
Reindex.LockType = 1
Reindex.Open()
Reindex_numRows = 0
%>
心理驿站首页
 |
教师是人类心灵的工程师--心理驿站
|
 |
|
|
|
|
|
|
| 学院大学生心理咨询室信息 |
| |
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
| 联系我们:0311-85330080 |
返 回 |
 |
<%
Reindex.Close()
Set Reindex = Nothing
%>