怎么有不好使了??
zooo 2004-05-14 03:56:17 以前还好使,重装一遍.net框架怎么就不好使了
The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC) version 2.6 or later. Version 2.53.6200.0 was found currently installed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC) version 2.6 or later. Version 2.53.6200.0 was found currently installed.
Source Error:
Line 42: Dim Database = "Data Source=" & Server.MapPath( "Gbook.mdb" )
Line 43: Conn = New OleDbConnection( Provider & ";" & DataBase )
Line 44: Conn.Open()
Line 45:
Line 46: Dim SQL = "Select Top 50 * From GuestBook Order By 时间 Desc"
这行出错
Line 44: Conn.Open()
这是怎么回事?不是什么数据库没驱动吧
以前的我也没弄啊,就好使!
怎么解决????谁能告诉我!!!!