D6的升级包怎么不起作用啊?说话有分
Area: database\ado
Reference Number: 112938
Status: Fixed in Delphi 6 Update Pack
Date Reported: 5/25/01
Severity: Serious
Type: Basic Functionality Failure
Problem:
Any use of the new
TCustomADODataSet.OnRecordsetCreate event
causes an "Invalid variant type conversion"
exception.
--------------------------------------------------------------------------------
Area: database\ado
Reference Number: 114766
Status: Fixed in Delphi 6 Update Pack
Date Reported: 7/2/01
Severity: Serious
Type: Crash
Problem:
A problem occurs when opening a form in the IDE
that has a TADOQuery. If the query is active, and if
the connection is no longer valid, the IDE closes
without any warning.
The same occurs if a form with an active
TADOQuery is created before the datamodule that
contains the associated TADOConnection.
上面是从borland主页上摘录的关于Ado的BUG信息,和我遇到的问题一样
Status: Fixed in Delphi 6 Update Pack 的意思是安装Delphi 6 Update Pack就可以解决问题,可是我安装后,仍然有第一个问题,大家是怎么解决的?