文件名称:insert_Create

  • 所属分类:
  • Dephi控件源码
  • 资源属性:
  • [Dephi] [Pascal] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1.56mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 何**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

该工具用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
相关搜索: Prevention

(系统自动生成,下载前可以参看下载内容)

下载文件列表

插入语句生成器

..............\InsertStr.cfg

..............\InsertStr.dof

..............\InsertStr.dpr

..............\InsertStr.exe

..............\InsertStr.res

..............\Main.dcu

..............\Main.ddp

..............\Main.dfm

..............\Main.pas

..............\qtintf70.dll

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org