records
What is the best way to join 2 records in Pascal?
I\'ve a little problem with records in Pascal. I\'m writting a program where I\'ve got two lists of records: one with patients and second with diseases but I don\'t have idea how to join it. I was try[详细]
2022-12-16 09:27 分类:问答Delphi: Records in Classes
Following situation: type TRec = record Member : Integer; end; TMyClass = cla开发者_StackOverflowss private[详细]
2022-12-14 18:03 分类:问答Records in Delphi
some questions about records in Delphi: As records are almost like classes, why not use only classes instead of records?[详细]
2022-12-14 02:24 分类:问答SQL find duplicate records occuring within 1 minute of each other
I am checking website entrys that are recorded in a database columns: browser, click_type_id, referrer, and datetime[详细]
2022-12-13 22:39 分类:问答Preparing a database in access? need help!
I am working in a small law firm and my boss has asked me to put a database together to help with outgoing mail.There are 5 different tables that exist in Acc开发者_如何学运维ess. (Applicants, Attorne[详细]
2022-12-12 18:21 分类:问答Delete multiple records from a table using subsonic T4 templates?
Using templates, how can I delete multiple records from a table i开发者_StackOverflow社区n same Delete statement?Your question\'s a bit ambiguous but based on another question you\'ve posted I think y[详细]
2022-12-12 04:41 分类:问答ASP ADO Connection
i 开发者_如何转开发want to make connection of ASP to a database and display the records, add update and delete them all in one coding. Waiting for your kind response.Sounds like you need to do an ADO[详细]
2022-12-08 02:42 分类:问答