2 Star 8 Fork 3

闲散居士/数据库备份

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
U_datamod.dfm 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaxy 提交于 2015-06-25 08:47 . 0906版
object DM_Main: TDM_Main
OldCreateOrder = False
Left = 220
Top = 172
Height = 480
Width = 696
object Database1: TADOConnection
LoginPrompt = False
Mode = cmRead
Provider = 'MSDAORA.1'
Left = 32
Top = 80
end
object Query1: TADOQuery
Connection = Database1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select userid,name from EMPLOYEE')
Left = 96
Top = 88
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/xyxia/oraback.git
git@gitee.com:xyxia/oraback.git
xyxia
oraback
数据库备份
master

搜索帮助