文件名称:insert_Create
介绍说明--下载内容均来自于网络,请自行研究使用
该工具用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 written with the tool can help us generate some insert statement. For example: one is to drive (P2) of the database (to HR for example) into another machine (P1) of HR_New_Info records, may be as follows: 1. Enter the P1 s IP, user name, password. Database enter HR 2. In the query input select Title, Content, TypeName, Flag, DateAndTime from HR_New_Info3. In the insert statement enter insert into HR_New_Info (Title, Content, TypeName, Flag, DateAndTime) 4. Clicks generated statement can be generated the following statement: insert into HR_New_Info (Title, Content, TypeName, Flag, DateAndTime) values (the Government for recruiting online registration system put into use, the press information, True, 2008-9-30) insert into HR_New_Info (Title, Content, TypeName, Flag , DateAndTime) values (the successful completion of flood prevention work in flood prevention, credit information, True, 2008-9-15) note, the statement can only be preserved for the time being. sql file
例如:
现要向一台机(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 written with the tool can help us generate some insert statement. For example: one is to drive (P2) of the database (to HR for example) into another machine (P1) of HR_New_Info records, may be as follows: 1. Enter the P1 s IP, user name, password. Database enter HR 2. In the query input select Title, Content, TypeName, Flag, DateAndTime from HR_New_Info3. In the insert statement enter insert into HR_New_Info (Title, Content, TypeName, Flag, DateAndTime) 4. Clicks generated statement can be generated the following statement: insert into HR_New_Info (Title, Content, TypeName, Flag, DateAndTime) values (the Government for recruiting online registration system put into use, the press information, True, 2008-9-30) insert into HR_New_Info (Title, Content, TypeName, Flag , DateAndTime) values (the successful completion of flood prevention work in flood prevention, credit information, True, 2008-9-15) note, the statement can only be preserved for the time being. sql file
相关搜索: Prevention
(系统自动生成,下载前可以参看下载内容)
下载文件列表
插入语句生成器
..............\InsertStr.cfg
..............\InsertStr.dof
..............\InsertStr.dpr
..............\InsertStr.exe
..............\InsertStr.res
..............\Main.dcu
..............\Main.ddp
..............\Main.dfm
..............\Main.pas
..............\qtintf70.dll
..............\InsertStr.cfg
..............\InsertStr.dof
..............\InsertStr.dpr
..............\InsertStr.exe
..............\InsertStr.res
..............\Main.dcu
..............\Main.ddp
..............\Main.dfm
..............\Main.pas
..............\qtintf70.dll