Re: Just uninstalled Delphi 2005 Enterprise



In 2005 Personal, there is at least some database support, if one uses
the .NET personality and ADO.NET -- no BDP or VCL database components,
though.

You can also use good old ADO on the Win32 side directly (we already do it here in D7 to avoid bugs and bypass limitations of ADO components), you don't have data-aware components, but everyone should be leaving these to the VB crowds in the first place.

Eric
.