My .Net project will use interface _Recordset which provided by microsft
ADODB.dll, And My project also use TADOConnection and TADOQuery component to
access database. So I must use ADODB and Borland.Vcl.ADODB in my project.
I use Delphi2006 for microsoft .net framework.
But my project to compiled successed because Delphi2006 think that ADODB
and Borland.Vcl.ADODB are same unit, so I can't use _Recordset interface and
other interface which provided by ado.dll, but my project must use ADO.DLL,
how can I do?