一点小问题,请教各位高手!!
我用c# builder做了一个很简单的数据库操作。(就是将一个表的数据select出来显示),可是运行时报错!提示“Unable to load DLL (bdpora.dll). ”不知道如何解决,请教各位高手,寻求帮助!!
全文出错信息如下:
Server Error in '/WebApplication4' Application.
--------------------------------------------------------------------------------
Unable to load DLL (bdpora.dll).
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: Borland.Data.Common.BdpException: Unable to load DLL (bdpora.dll).
Source Error:
Line 147: this.dataColumn2.ColumnName = "DMMS";
Line 148: this.Load += new System.EventHandler(this.Page_Load);
Line 149: ((System.ComponentModel.ISupportInitialize)(this.bdpDataAdapter1)).EndInit();
Line 150: ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
Line 151: ((System.ComponentModel.ISupportInitialize)(this.Table1)).EndInit();
Source File: c:\Inetpub\wwwroot\WebApplication4\WebForm1.aspx.cs Line: 149
Stack Trace:
[BdpException: Unable to load DLL (bdpora.dll).]
Borland.Data.Provider.BdpDataAdapter.b()
Borland.Data.Provider.BdpDataAdapter.EndInit()
WebApplication4.WebForm1.InitializeComponent() in c:\Inetpub\wwwroot\WebApplication4\WebForm1.aspx.cs:149
WebApplication4.WebForm1.OnInit(EventArgs e) in c:\Inetpub\wwwroot\WebApplication4\WebForm1.aspx.cs:41
System.Web.UI.Control.InitRecursive(Control namingContainer) +240
System.Web.UI.Page.ProcessRequestMain() +174
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573