tadotable
ADOTable.Locate in Master-Detail Relationship
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[详细]
2023-04-03 06:41 分类:问答TADOTable -- is it OK to use for inserts?
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[详细]
2023-03-28 01:35 分类:问答TADOTable, Seek and clUseServer how to combine?
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[详细]
2023-02-07 16:30 分类:问答How can I load column names from an Access table into a variable (I'm not sure which one to use)? I'm using an ADOTable in Delphi7
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[详细]
2023-01-25 04:19 分类:问答Delphi: TAdoTable.Insert not really an Insert?
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[详细]
2023-01-01 04:26 分类:问答iPhone: Calling [NSBundle mainbundle] Crashes on the Device But not Simulator
Basically the problem is exactly what the title says. My app works smoothly on the simulator, with no crashes whatsoever.[详细]
2022-12-18 19:59 分类:问答