<%
set c.createobject("ADODB.CONNECTION")
C+server.mappath("e.mdb")+";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
On Error resume Next
conn.open Connstr
If Err Then
   Response.Write "错误编号:"&Err&"<br>错误描述:"&Err.Description&"!"
   Err.clear
   Response.End()
End If
%>

相关文章:

  • 2021-10-13
  • 2022-01-12
  • 2021-07-11
猜你喜欢
  • 2022-01-13
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案