I have a Master-Detail Relationship between two Tables , I Select a Record in Master Table and its Details shows in Detail Table , next i want to Locate in Detail Table Only in Details about Master Ta
I\'m working in an old Delphi 7 project and trying to get my bearings in it. I had heard that TADOTables are bad because they pull down entire tables. However I am looking at one bit of code and I\'m
Is it possible to use the seek function when the cursor location is set to clUseServer in Delphi\'s ADOTable? I know that it is possible to use locate function instead but it i开发者_运维问答s a lot s
I\'m trying to import the column names from an MS Access Table (named Learners) to some variable (开发者_如何学Cnot sure which one to use). The column\'s names are dates. When btnSave (TButton) is cli
I have two ADO Tables linked as master/details tables, tblCategory (master) and tblItems (details). Both tables have its own grid, and displayed in the same form. I also have data aware controls (dbed
Basically the problem is exactly what the title says. My app works smoothly on the simulator, with no crashes whatsoever.