%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_dbconn_STRING
Recordset1.Source = "SELECT * FROM xs"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
欢迎访问太原科技大学本科招生网!
|
|
|
|
|
| |
|
录取查询 |
|
| ---本科录取查询--------- |
|
|
| ---艺术专业测试查询----- |
|
|
|
|
|
通知: |
|
|
艺术类考生成绩查询
往年历史数据查询 本科生录取查询 |
| |
|
|
|
| |
|
|
| |
|
联系方式 |
|
太原科技大学招生办公室
地址:太原市万柏林区瓦流路138号
邮编:030024
电话:0351-6222255
传真:0351-6222252
|
|
| |
|
|
|
|
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>