%@LANGUAGE="VBSCRIPT"%> <% if request.querystring("debug") <> "" then response.redirect"register_action.asp?debug=true" end if %> <% on error resume next set RSReg = Server.CreateObject("ADODB.Recordset") RSReg.ActiveConnection = dbpath RSReg.Source = "SELECT * FROM configSys WHERE id = 1" RSReg.CursorType = 0 RSReg.CursorLocation = 2 RSReg.LockType = 3 RSReg.Open() RSReg_numRows = 0 %>
|
For
Your Information !!
|
|
There has been an error with our Database system ,Please try again at another time or contact the webmaster here . If you are the webmaster ,<%=err.description & err.number%> |
<% end if RSReg.Close() %>