該工具用Delphi7寫的,可幫助我們生成一些插入語句。
例如:
現要向一臺機(P2)的數據庫(以HR為例)插入另一臺機(P1)的HR_New_Info記錄,可如下操作:
1.輸入P1的IP,用戶名,密碼。數據庫輸入“HR”
2.在查詢語句輸入
select TITLE,Content,TypeName,Flag,DateAndTime from HR_New_Info
3.在插入語句輸入
insert into HR_New_Info(TITLE,Content,TypeName,Flag,DateAndTime)
4.點擊生成語句,可生成如下語句:
insert into HR_New_Info(TITLE,Content,TypeName,Flag,DateAndTime) values( 政府招聘網上報名系統投入使用 , , 新聞資信 ,True, 2008-9-30 )
insert into HR_New_Info(TITLE,Content,TypeName,Flag,DateAndTime) values( 防洪防汛工作順利完成 , , 新聞資信 ,True, 2008-9-15 )
注,語句暫時只能保存為.sql文件
標簽:
Delphi7
上傳時間:
2017-01-22
上傳用戶:zxc23456789
/* This software is copyrighted by and is the sole property of Express */
/* Logic, Inc. All rights, TITLE, ownership, or other interests */
/* in the software remain the property of Express Logic, Inc. This */
/* software may only be used in accordance with the corresponding */
/* license agreement. Any unauthorized use, duplication, transmission, */
/* distribution, or disclosure of this software is expressly forbidden. */
標簽:
copyrighted
software
property
Express
上傳時間:
2017-03-04
上傳用戶:lindor