I find ADO really good for when I am doing COM dll's or where ever I need to
get data from a DB but there are no data-aware controls needed.
In COM dlls, it cuts back on the size of DLLS.....I have been able to get
some COM dlls down to either just under or just on 100KB !!!

We use ADO all the time at work, but it can ALSO be a bit of a pain.

Jeremy Coulter
Application Developer

Application Development Centre
Compaq Computer New Zealand Ltd.

Phone:  64 3 371 5724
Fax:            64 3 371 5724
Mobile:       64 0212533214
E-mail: [EMAIL PROTECTED]       
Personal Email: [EMAIL PROTECTED]



-----Original Message-----
From: Nic Wise [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 03, 1999 4:11 PM
To: Multiple recipients of list delphi
Subject: Re: [DUG]: ADO V BDE


var
  conn : OLEVariant;
begin
  conn = CreateOLEObject("adodb.connection");

etc.

NOT pretty. There are a few other component packages around tho.

N


Paul Lowman wrote:
> 
> Is there a way to use ADO without upgrading tp D5 ?
> 
>
---------------------------------------------------------------------------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz

--
Nic Wise - Inprise New Zealand / Brocker Technologies Web Monkey.
mob:+64.21.676.418 - wk:+64.9.481.9999 x9753 - wk-em:[EMAIL PROTECTED]
hm: +64.9.277.5309 - hm-em:[EMAIL PROTECTED]
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to