0
votes

I just bought Delphi XE2 starter and want to upgrade my projects. One of them is failing because Delphi doesn't know what TAdoConnection is.

I stupidly didn't keep a copy of the package when I D/Led it a few years ago now can't remember where I cgot it from

How to install TAdoCOnnection et al into Delphi XE2? Thanks


Update: alas, I have the Starter edition (who can afford anything else?)


Later update, just in case anyone else wants to do some database stuff with a starter edition.

I paid for AnyDac and was very happy, but then it was bought by Embarcadero, so you can't purchase it separately any more. I have a bug with Sqlite, so am looking for alternates.

Start here http://www.freebyte.com/programming/delphi/#freedelphidatabasecompone
ZeosLib looks very promising http://zeoslib.sourceforge.net/portal.php

3
It should be there, under ADODB"... as long as you don't have the (crippled!) starter edition :) PS: I had the same experience with "Turbo Delphi" a few years ago. Free ... but useless.paulsm4
Yes, I have the starte edition. But iirc it wasn't included with D7 either & I D/Led from somwhere & installed it. I would like to do the same with XE2.Mawg says reinstate Monica

3 Answers

2
votes

It comes with Delphi, as long as you don't just have the "starter" edition, so you should already have it installed. Look in the ADODB unit. There is no other package to download.

1
votes

Since you have the Starter version, there is no direct option for TADOConnection. You either upgrade your version of Delphi, or use something other than TADOConnection.