I would buy the new Delphi XE2 and port some D7 projects. I would buy the cheapest version (starter ?) and use the new Firemonkey Platform.
1/ I use the ADODB for MDB databases is this version compatible with it ?
2/ It seems that there is no DBGrid in Firemonkey is it true ?
I would buy the new Delphi XE2 and port some D7 projects. I would
Share
1) I use the ADODB for MDB databases is this version compatible with it?
A:Yes you can still using ADO in a FireMonkey or VCL application in Delphi XE2. But only if your delphi edition is not Starter.
2) It seems that there is no DBGrid in Firemonkey is it true ?
A: Yes is true, but now using
LiveBindingsyou could bind your data to aTStringGridor aTGrid.