Jump to content

About the Database Component


David

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...