搜索资源列表
PB-日历控件
- 用pb写的日历控件,主要用的是外部的数据窗口,可以直接用在你的程序中.-pb write with the calendar controls, the external data window can be directly used in your procedures.
BeamDataManager0.2
- 用VC加ADO操作ACCESS数据库,很好的例子!采用文档视图界面,其中CListcTrl控件应用于数据的显示上,方法灵活恰当,很值得一看。-increase ADO VC operation ACCESS database, a good example! Using documents View interface, which controls applied CListcTrl data showed that the methods appropriate, it is worth l
fastreport演示程序
- fastreport演示程序。fastreport是vcl库的下的一个报表三方控件,写的比delphi自带的报表系统好的多。(DELPHI中有bug)可以下载-FastReport demonstration program. FastReport VCL library is under a tripartite statement Control and writing than delphi's own statements over a good system. (Delphi
资料管理系统_src
- 一个资料管理系统的源程序,VB+ACCESS2000+ADO 注意:里面要用到两个控件。(coolmenu.ocx,smartbutoon.ocx) 本代码引用了ADO2.7版和Word对象 -an information management system of the source, VB ACCESS2000 ADO attention : they have to use two controls. (Coolmenu.ocx, smartbutoon.ocx) The so
winzeos
- 控件名称:WINZEOS.ZIP 2002年08月03日 作者:CapellaDevelopment Zeos系列构件套件包含一组可直接存取Linux知名的免费数据库MySQL、PostgreSql以及BorlandInterBase、MicrosoftSQLServer、Oracle的构件套件,完全不透过OLE-DB、ODBC或BDE,并可与现有数据感知构件搭配使用(5.3.0版,附源码支持D3,D4,D5,D6,D7,CB3,CB4,CB5) -controls name :
vc108423425233
- 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treect
数据库连接的两种方法
- 这里采用了两种连接数据库的方法,通过ADO控件连接SQL Server数据库 对所连接的数据库进行数据的修改、添加、删除等操作 -here used two methods to connect to the database through ADO connectivity to the SQL Server database by connecting to the database data changes, add, delete, etc
QUERY控件与 Table控件的READ ONLY属性
- 用QUERY控件与 Table控件的database management.-with QUERY control and Table Controls database management.
grid控件使用
- grid控件使用
oracle数据库连接控件
- 可以不必装oracle客户端连接oracle数据库
ADO Connection管理控件
- 可以封装管理 Delphi ADOConnection控件
pb 串口控件
- pb 串口控件
Tele.rar
- VC进行数据库编程,MFC编写的,可以与CListCtrl控件配合使用,VC database programming, MFC prepared can be used in conjunction with the CListCtrl control
CoolPrint
- 很好的报表打印预览和设置的源码,VB常用的一些表格控件均可使用-Statements of good print preview and set the source, VB controls commonly used in some form can be used
graph
- 这段代展示了如何使用MSChart控件将数据库信息显示到一个图表中。它演示了这一控件的许多功能。- This section of generation had demonstrated how uses MSChart to control to demonstrate the database information to a graph in. It demonstrated this to control a many function.
tree
- 可以有多层目录的树控件,连接数据库,自由的添加删除节点!-Can have multi-directory tree controls, connect database, free to add delete the node!
MySqlFind
- 主要实现对MySql的远程访问功能。主要使用了ZEOSDBO控件-Mainly to realize the remote access function MySql.
xhfw
- 利用时钟控件,完成的一个雪花飞舞的特效表单。-Control the use of the clock to complete a specific form of dancing snowflakes.
VB利用DataGrid控件辅助录入数据
- VB利用DataGrid控件辅助录入数据小实例(VB use DataGrid control to assist small data input instance)
indy控件进行ftp上传下载
- 通过indy控件进行ftp上传下载的源码例子,基本完成了上传下载的程序,可以正常上传文件到ftp服务器和下载文件,有兴趣的可继续完善