登录
首页 » Delphi VCL » ACCESSE和Excel之间的数据互换

ACCESSE和Excel之间的数据互换

于 2022-01-25 发布 文件大小:360.71 kB
0 211
下载积分: 2 下载次数: 1

代码说明:

ACCESSE和Excel之间的数据互换-ACCESSE and Excel data exchange between the

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • delphi写的大小写转换的过程,从第一次做装修的问题。
    delphi写的大小写转换程序,源于当初做一个项目改造时,需要做大量的转换工作,于是随手写了一个小程序来减轻工作量,这样,就可以Ctrl+X Ctrl+V 了 程序经过重新测试,运行时图标在右下任务栏 http://gudaosoft.spaces.live.com/-delphi write capitalisations conversion process, from first to do a renovation project, need to do a lot of conversion work, then threw was a small procedure to reduce the workload of the case, X can Ctrl Ctrl V of the program after re-tested running icon in the lower right task bar http :// gudaosoft.spaces.live.com /
    2022-01-23 11:21:09下载
    积分:1
  • 企业安全管理体系:信息化建设…
    企业安防管理系统:随着企业的信息化建设不断深入,如今在很多生活领域(如小区物业、企事业单位等)都进行了安全布防,一旦有事件发生时,就可以进行人工或自动报警(如火警、水警等)。特别是大中型企业都加快了信息网络平台的建设;企业正逐步转向利用网络和计算机集中处理管理、生产、销售、物流、售后服务等重要环节的大量数据。 数字视频、音频技术以其高清晰度、易于存储、回放和共享而备受关注,是企业可视信息管理系统的重要组成部分。本系统是基于企业局域网平台针对企业安防、音、视频数据的管理系统。它是传统视频监控系统在功能和性能上的延伸和拓展。 运行环境 操作系统:Windows ME/2000/XP 开发工具:Delphi 7.0 数据库:SQL Server 2000 硬件配置:CPU:Pentium 200MHz 以上 内存:32MBRAM以上 硬盘:100MB以上磁盘空间 显示分辨率:最低800×600像素 建议1024×768像素 颜色:256色 -Enterprise Security Management System: With the informatization construction of enterprises continued to deepen, is now in many areas of life (such as residential property, enterprises, institutions, etc.) have carried out a security guard, when the time of the incident can be manual or automatic alarm (such as fire, water, police, etc.). Large and medium-sized enterprises in particular, has accelerated the construction of information network platform enterprises are gradually shifting the use of computer networks and concentrate on management, pr
    2022-05-08 01:38:42下载
    积分:1
  • 14个改良的TButton组件
    14个改良的TButton组件-14 components improved TButton
    2023-01-06 01:20:03下载
    积分:1
  • 可将两个文件捆绑在一起同时的运行 大家可以
    可将两个文件捆绑在一起同时的运行 大家可以-Two documents can be bundled together at the same time the operation
    2022-02-22 09:45:29下载
    积分:1
  • 学生选课系统 资料的详细功能、包含内容说明里面有
    学生选课系统 资料的详细功能、包含内容说明里面有-fvesragh
    2022-08-14 01:46:42下载
    积分:1
  • 嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有...
    嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题. 原来是用DLL创建一个对象返回,但发现有很多的问题. 想了半天就去寻根问柳吧. 找到了类. 我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了? 找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功. 接着我又想看看其他的类是不是也能这样,就拿TFrame来实验. function GetDllFrameClass():TFrame stdcall 第一次是这样声明的,失败.奇怪?! 试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的. TFormClass = class of TForm 哎呀,恍然大悟!! class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象 class of TFrame 声明的是类类型, f:TFrameClass 是一个类. function GetDllFrameClass():TFrame 返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame 运行...成功,
    2022-01-31 01:59:09下载
    积分:1
  • 大富翁离线浏览器
    大富翁离线浏览器-Monopoly offline browser
    2022-02-24 14:14:29下载
    积分:1
  • simple graphics program, you may draw a different known graphics, speaking of th...
    简单的DELPHI的绘图程序,可以画出不同的各种已知图形,书上看的.与大家分享-simple graphics program, you may draw a different known graphics, speaking of the book. Share with us
    2022-03-22 18:16:37下载
    积分:1
  • delphi开发的自动更新程序,可以嵌入其他程序中。当软件运行时,自动到服务器上检查当前软件的版本,如果有新的能够下载后自动更新...
    delphi开发的自动更新程序,可以嵌入其他程序中。当软件运行时,自动到服务器上检查当前软件的版本,如果有新的能够下载后自动更新-delphi development of auto-update procedures, can be embedded in other programs. When the software runs automatically to the server to check the current software version, if there is a new Automatic Updates to download
    2023-09-08 20:00:04下载
    积分:1
  • 教学"求圆的面积和圆的周长"的程序,给学生作为一个简单的例子讲解....
    教学"求圆的面积和圆的周长"的程序,给学生作为一个简单的例子讲解.-Teaching for a round the area and circumference of a circle of the procedures available to the students as a simple example to explain.
    2022-02-15 16:31:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载