Jump to content

Recommended Posts

Posted

HI All,

   I want to know what the database component you all using.

   When the Database is MSSQL,it will be which one?

   1)uniDBGrid -> DataSource -> dbGo-> SQL Server;

   2)uniDBGrid -> DataSource -> ClientDataSet -> DataSetProvider -> dbGo ->SQL Server;

   3)uniDBGrid -> DataSource -> FireDAC/UniDAC ->SQL Server;

   4)uniDBGrid -> DataSource -> ClientDataSet -> DataSetProvider -> FireDAC/UniDAC ->SQL Server

   When other Databases,which one will be better? Why?

 

   Thank you.

 

   Regards

Posted

Standard TADODataSet->dbGo works fine, using it in my unigui projects for 3 years. However I keep all data handling logic in stored procedures, unigui clients don't have a single query SELECT, UPDATE, etc, only EXEC.

Can also recommend EhLib's EhMemTable->EhDataProvider->dbGo if you want more features.

Posted

ODAC->Oracle DB. We develop using Oracle and Delphi, so Devart ODAC seemed the obvious choice. Is not perfect but is specifically developed for Oracle and uses all the advanced features of the DBMS, plus comes with full sources.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...