David Posted July 2, 2014 Posted July 2, 2014 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
zilav Posted July 2, 2014 Posted July 2, 2014 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.
tappatappa Posted July 2, 2014 Posted July 2, 2014 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.
adragan Posted July 2, 2014 Posted July 2, 2014 Short answer : All of the above. I prefer UniDac and I had a good project with Zeos also. Some problems with dbGo.
David Posted July 2, 2014 Author Posted July 2, 2014 Thanks all.I just want to known which will be better with MSSQL.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now