ADO & DBGrid/ FireMonkey in Delphi XE2
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 Firemon开发者_运维技巧key is it true ?
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 LiveBindings
you could bind your data to a TStringGrid
or a TGrid
.
精彩评论