Subject Re: [IBO] Moving BDE to direct IB connection, still connects via BDE?
Author Jason Wharton
Depending on your version of Delphi, DB.pas doesn't force you to include the
BDE.
After Delphi 3 it is DBTables that brings in the BDE.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Chuck Belanger" <phytotech@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, October 08, 2001 3:19 PM
Subject: Re: [IBO] Moving BDE to direct IB connection, still connects via
BDE?


> Thanks, everyone:
>
> Looks like I have DB in the USES clause. Is this the culprit? (I'm new to
Delphi and never did do BDE programming, started right
> away with IBO.) I think it might be because I subclass from TDataset, but
I think I could use TIBODataset, right?
>
> Thanks again,
>
> Chuck