<%@ Page Language="VB" Debug="true" ContentType="text/html" ResponseEncoding="gb2312" %>
<%@ import namespace="system.data.oledb"%>
<%@ import namespace="system.data"%>
<script language="vb" runat="server">
sub page_load()
dim dbconn as oledbconnection
dim dbconn2 as oledbconnection
dbconn=new oledbconnection("provider=thcj;server=localhost;initial catalog=thc;user id=sa;password=980123;")
DBConn2 = New OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE="&Server.MapPath("C9OnlineCampus.mdb;"))
end sub
</script>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-09-08
  • 2021-09-01
  • 2021-11-16
相关资源
相似解决方案