Delphi编程中怎样使用.udl文件(100分)

  • 主题发起人 主题发起人 HdsSoftIt
  • 开始时间 开始时间
H

HdsSoftIt

Unregistered / Unconfirmed
GUEST, unregistred user!
Delphi编程中怎样使用.udl文件
 
在设计窗体时
object AdqEdit: TADOQuery
Active = True
ConnectionString = 'FILE NAME=D:/sql.udl'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from dmfhr')
Left = 80
Top = 12
end
 
接受答案了.
 
后退
顶部