views:

507

answers:

6

Which third party components have you installed into Dephi and why?

I'm moving from D5 Enterprise to Delphi 2010. I haven't installed 3rd party tools in the past but I did upgrade to QReports Pro and TChart Pro.

I will writing database apps so lots of inserts, updates & deletes will be going on. Database queries, searches and filtering with be happening along with reporting. I also want to provide PDF output as a printing option.

I'd like to hear from you what tools you like, which tools use and why.

+1  A: 

Zeos for Database Access. It supports a lot of DB types including sqlite, mysql, postgres.

Tobias Langner
+2  A: 

Have a good look at RemObjects DataAbstract. It adds great database independence and interoperability and a good business logic layer.

Ralph Rickenbach
+1  A: 
  • Fast Report for Reporting
  • FastScript for scripting
  • Toolbar2000, Tbx, SpTbx, various themable components
  • DevExpress for Grid
  • Jvcl for some visual and non visual components
  • NexusDB for embedded client side database
  • Lockbox for crypt
  • Abbrevia for compression
  • XDom (OpenXml)
  • DxSock (defunc) for Socket Server

and some home made

Daniel Luyo
+2  A: 

I regularly use the following:

I have a number of others, but these seem to be used a lot for different things.

Ryan.

Ryan J. Mills
+1  A: 

First add DevExpress VCL (QuantumGrid and the editors it comes with), the TMS Component Pack and Report Builder.

Then download the latest AsyncPro, and if Indy wasn't already in the box, then add Indy in there too.

That little lot gives you one hell of a Delphi arsenal :-)

robsoft
+1  A: 

TMS Software, pretty much everything they have written, and the only reason, it add style that D2009 is still missing in part. They are not the best controls in the world but they are reasonably bug free.

FIB Plus for access to Firebird, just a very nice set of components for the task.

and several other one off components that I use regularly or have sub classed for one reason or another.

RE

Reallyethical