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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...