随笔分类 - ADO
摘要:I have several Delphi programs (XE3), that use a TADOConnection to connect to a MS-SQL Server. I recently checked the connections in the "MS SQL Serve
阅读全文
摘要:delphi中将一个ADOQuery查询的数据结果传递给一个动态生成的ADOQuery 2010-03-10 17:35 方法一: beginADOQuery:=TADOQuery.Create(Application);ADOQuery.Recordset:=ADOQuery1.Recordset
阅读全文