A
Alongsun
Unregistered / Unconfirmed
GUEST, unregistred user!
大侠您好:
我用了DBWEBDATASOURCE,DBWEBGRID,BDPDATAADAPTER和DATASET用图形的方式在DELPHI2006中设置好,并能够在当前的编辑状态看到数据了!我编译也通过了,可是就在访问网页时出现下面的错误,我没有写任何代码在程序里,所以,不知道这个错误是怎么样去理解,???
我的数据库是MS SQL SERVER 2000 SP3,我不知道怎么办了。请多指教!
我用SQLCONN,SQLDATAADAPTER和DATASET+DBGRID可以正确显示并且能够在访问网页时正常。但是因为DBGRID它的分页功能不好,我不能显示出它的分页数据,也不知道为什么。所以改用DBWEBGRID,但是却碰到这个问题了,所以,请您帮助我找找原因吧多谢!
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
无法加载 DLL (bdpmss25.dll)。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: Borland.Data.Common.BdpException: 无法加载 DLL (bdpmss25.dll)。
源错误:
行 94: 'Property, Others FROM dbo.UserTable';
行 95: Self.bdpSelectCommand1.CommandType := System.Data.CommandType.Text;
行 96: Self.bdpSelectCommand1.Connection := Self.BdpConnection1;
行 97: Self.bdpSelectCommand1.ParameterCount := (SmallInt(0));
行 98: Self.bdpSelectCommand1.SchemaName := nil;
源文件: D:/web/test/index.pas 行: 96
堆栈跟踪:
[BdpException: 无法加载 DLL (bdpmss25.dll)。]
Borland.Data.Provider.BdpPool.a(String +231
Borland.Data.Provider.BdpPool.CreateConnections(Int32 Count) +30
Borland.Data.Provider.BdpPool.CreateConnections() +16
Borland.Data.Provider.BdpPoolManager.a(String , String , String , String +253
Borland.Data.Provider.BdpPoolManager.GetConnection(String ConnString, String ConnOptions) +200
Borland.Data.Provider.BdpConnection.f() +108
Borland.Data.Provider.BdpConnection.g() +5
Borland.Data.Provider.BdpCommand.set_Connection(BdpConnection value) +45
index.TWebForm1.InitializeComponent() in D:/web/test/index.pas:96
index.TWebForm1.OnInit(EventArgs e) in D:/web/test/index.pas:300
System.Web.UI.Control.InitRecursive(Control namingContainer) +240
System.Web.UI.Page.ProcessRequestMain() +197
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2300;
ASP.NET 版本:1.1.4322.2300
QQ:65466700
电话:020-88270969
姓名:羊城绅士
地址:广州天河区
多谢多谢!
我用了DBWEBDATASOURCE,DBWEBGRID,BDPDATAADAPTER和DATASET用图形的方式在DELPHI2006中设置好,并能够在当前的编辑状态看到数据了!我编译也通过了,可是就在访问网页时出现下面的错误,我没有写任何代码在程序里,所以,不知道这个错误是怎么样去理解,???
我的数据库是MS SQL SERVER 2000 SP3,我不知道怎么办了。请多指教!
我用SQLCONN,SQLDATAADAPTER和DATASET+DBGRID可以正确显示并且能够在访问网页时正常。但是因为DBGRID它的分页功能不好,我不能显示出它的分页数据,也不知道为什么。所以改用DBWEBGRID,但是却碰到这个问题了,所以,请您帮助我找找原因吧多谢!
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
无法加载 DLL (bdpmss25.dll)。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: Borland.Data.Common.BdpException: 无法加载 DLL (bdpmss25.dll)。
源错误:
行 94: 'Property, Others FROM dbo.UserTable';
行 95: Self.bdpSelectCommand1.CommandType := System.Data.CommandType.Text;
行 96: Self.bdpSelectCommand1.Connection := Self.BdpConnection1;
行 97: Self.bdpSelectCommand1.ParameterCount := (SmallInt(0));
行 98: Self.bdpSelectCommand1.SchemaName := nil;
源文件: D:/web/test/index.pas 行: 96
堆栈跟踪:
[BdpException: 无法加载 DLL (bdpmss25.dll)。]
Borland.Data.Provider.BdpPool.a(String +231
Borland.Data.Provider.BdpPool.CreateConnections(Int32 Count) +30
Borland.Data.Provider.BdpPool.CreateConnections() +16
Borland.Data.Provider.BdpPoolManager.a(String , String , String , String +253
Borland.Data.Provider.BdpPoolManager.GetConnection(String ConnString, String ConnOptions) +200
Borland.Data.Provider.BdpConnection.f() +108
Borland.Data.Provider.BdpConnection.g() +5
Borland.Data.Provider.BdpCommand.set_Connection(BdpConnection value) +45
index.TWebForm1.InitializeComponent() in D:/web/test/index.pas:96
index.TWebForm1.OnInit(EventArgs e) in D:/web/test/index.pas:300
System.Web.UI.Control.InitRecursive(Control namingContainer) +240
System.Web.UI.Page.ProcessRequestMain() +197
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2300;
ASP.NET 版本:1.1.4322.2300
QQ:65466700
电话:020-88270969
姓名:羊城绅士
地址:广州天河区
多谢多谢!