January 8, 2013 - Your first SQL Database C++ FireMonkey app using dbExpress and ClientDataSet

preview_player
Показать описание
During each day of January 2013, I am creating a new video showing you how to use the new C++Builder XE3 compilers for Win32, Win64 and OSX to create multi-platform, database, multi-tier, HD and 3D applications. Yesterday you learned how to use the InterBase Express components to access an InterBase database. In this eighth video you will learn how to build a C++ FireMonkey multi-platform database client application using the dbExpress components, TDataSetProvider, and TClientDataSet to allow database updates to be sent back to the SQL database. The same client application can be compiled and run on Win32, Win64 and OS X. The same client program can be used to connect to any of the other SQL databases supported by dbExpress including Oracle, Microsoft SQL, MySQL, DB2, Informix, FireBird, Sybase, SQLite as well as databases supported by our technology partners. DevArt, for example, has a dbExpress driver available for PostgreSQL. Stay tuned to my blog for additional C++ programming videos each day.

January 8, 2013 - Your first SQL Database C++ FireMonkey application using dbExpress and ClientDataSet

Duration: 11 minutes and 2 seconds

Size: 38.2mb

Format: MP4
Рекомендации по теме
Комментарии
Автор

Can you describe how fix mysql driver problem? I can't find that thread (deleted?)

davk
Автор

I ran across 2 problems with this video, the first was that it couldn't locate my mysql driver which stopped me for a few hrs, the fix I needed was on the embarcadero forums thread 48043 the other issue I had was when I right clicked on the form there was no live bindings link; fortunately, if you click the Bind Visually, it will pull up a pane at the bottom, and on the left there are 5 buttons, the bottom button is a Live Bindings wizard button.

davidbollman