自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (14)
  • 收藏
  • 关注

转载 实战DeviceIoControl 之六:访问物理端口

 Q 在NT/2000/XP中,如何读取CMOS数据? Q 在NT/2000/XP中,如何控制speaker发声? Q 在NT/2000/XP中,如何直接访问物理端口? A 看似小小问题,难倒多少好汉! NT/2000/XP从安全性、可靠性、稳定性上考虑,应用程序和操作系统是分开的,操作系统代码运行在核心态,有权访问系统数据和硬件,能执行特权指令;应用程序运行在用户态,

2006-01-19 13:40:00 988 1

转载 实战DeviceIoControl 之五:列举已安装的存储设备

Q 前几次我们讨论的都是设备名比较清楚的情况,有了设备名(路径),就可以直接调用CreateFile打开设备,进行它所支持的I/O操作了。如果事先并不能确切知道设备名,如何去访问设备呢? A 访问设备必须用设备句柄,而得到设备句柄必须知道设备路径,这个套路以你我之力是改变不了的。每个设备都有它所属类型的GUID,我们顺着这个GUID就能获得设备路径。 GUID是同类或同种设备的全球唯一识别

2006-01-19 13:38:00 794

转载 实战DeviceIoControl 之四:获取硬盘的详细信息

Q 用IOCTL_DISK_GET_DRIVE_GEOMETRY或IOCTL_STORAGE_GET_MEDIA_TYPES_EX只能得到很少的磁盘参数,我想获得包括硬盘序列号在内的更加详细的信息,有什么办法呀? A 确实,用你所说的I/O控制码,只能得到最基本的磁盘参数。获取磁盘出厂信息的I/O控制码,微软在VC/MFC环境中没有开放,在DDK中可以发现一些线索。早先,Lynn McGu

2006-01-19 13:36:00 960

转载 实战DeviceIoControl 之三:制作磁盘镜像文件

Q DOS命令DISKCOPY给我很深的印象,现在也有许多“克隆”软件,可以对磁盘进行全盘复制。我想,要制作磁盘镜像文件,DeviceIoControl应该很有用武之地吧? A 是的。这里举一个制作软盘镜像文件,功能类似于“DISKCOPY”的例子。 本例实现其功能的核心代码如下: // 打开磁盘HANDLE OpenDisk(LPCTSTR filename){ H

2006-01-19 13:35:00 676

转载 实战DeviceIoControl 之一:通过API访问设备驱动程序

Q 在MSDN的那个demo中,将设备名换成“A:”取A盘参数,先用资源管理器读一下盘,再运行这个程序可以成功,但换一张盘后就失败;换成“CDROM0”取CDROM参数,无论如何都不行。这个问题如何解决呢? A 取软盘参数是从软盘上读取格式化后的信息,也就是必须执行读操作,这一点与硬盘不同。将CreateFile中的访问方式改为GENERIC_READ就行了。 IOCTL_DISK_GET

2006-01-19 13:33:00 745

unidatc5.2.7source

Universal Data Access Components (UniDAC) is a powerful library of nonvisual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and FreePascal. We have combined the experience of long-term successful development into one product, which provides unified access to the popular database servers like Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, SQLite, DB2, Microsoft Access, Sybase Advantage Database Server, Sybase Adaptive Server Enterprise, and other databases (using ODBC provider).

2014-03-14

unidac 5.2.5

iOS in C++Builder XE5 is supported RAD Studio XE5 Update 2 is now required Now obj and o files are supplied for C++Builder Compatibility of migrating floating point fields from other components is improved Bug with data loss when updating records in the CachedUpdates mode is fixed Bug with RefreshRecord in the CachedUpdates mode is fixed Bug with Master Detail when a connection and a query are placed in different units is fixed Bug with data display in Detail Dataset when master field is Null is fixed Bug with incorrect parameter sizes when re opening a query is fixed Bug with mapping to BCD fields when using TClientDataSet is fixed Bug with mapping single types to float types is fixed Bug with mapping to BCD and FmtBCD types is fixed Bug with filtering boolean fields is fixed Bug with freeing complex fields after refreshing before editing is fixed Bug with Locate by fields where Data Type Mapping is applied is fixed Bug with RefreshQuick when IndexFieldNames is set is fixed Bug with the TUniLoader AutoCommit property is fixed Oracle data provider An ability to establish OCI and Direct connections in the same application is supported New Oracle 12c connection modes are added SYSBACKUP SYSDG SYSKM Bug with connecting in the Direct mode under Windows 2000 and lower is fixed Bug with Password which length is exactly 16 characters for Oracle 10 in the Direct mode is fixed Bug with DB object names containing the "$" and "#" characters is fixed Memory Leak in the NonBlocking mode is fixed SQLServer data provider Bug with incorrect committing of data by the Loader component on errors is fixed MySQL data provider Bug with connecting in the Direct mode under Windows 2000 and lower is fixed Bug with returning an incorrect value in the RowsAffected property is fixed InterBase data provider Now RowsAffected returns a correct value without the need to prepare a statement explicitly Bug with string truncation when using the Loader component is fixed Bug when working with parameters of the ftTimeStamp type is fixed PostgreSQL data provider Bug with connecting in the Direct mode under Windows 2000 and lower is fixed Bug with handling international characters when using protocol version 2 is fixed Bug with backup of ENUM types using the Dump component is fixed Bug with Memory leak is fixed SQLite data provider Direct mode for x64 platform is supported Now the Direct mode is based on the SQLite engine version 3 8 2 Bug with executing multi SQL statements is fixed"> iOS in C++Builder XE5 is supported RAD Studio XE5 Update 2 is now required Now obj and o files are supplied for C++Builder Compatibility of migrating floating point fields from other components is improved Bug with data loss when updating records in the CachedUpdates mode is fixed Bug with R [更多]

2014-01-06

unidac 5.0

Rad Studio XE4 is supported NEXTGEN compiler is supported Application development for iOS is supported FPC 2.6.2 and Lazarus 1.0.8 are supported Connection string support is added Possibility to encrypt entire tables and datasets is added Possibility to determine if data in a field is encrypted is added Support of TimeStamp, Single and Extended fields in VirtualTable is added Migration from PgDAC and LiteDAC is added to the Migration Wizard Migration from AnyDAC and FireDAC is added to the Migration Wizard

2013-05-09

unidac unidac3.6

Universal Data Access Components (UniDAC) is a powerful library of nonvisual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and FreePascal. We have combined the experience of long-term successful development into one product, which provides unified access to the popular database servers like Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, SQLite, DB2, Microsoft Access, Sybase Advantage Database Server, Sybase Adaptive Server Enterprise, and other databases (using ODBC provider).

2011-04-12

unidac3.50.14

Universal Data Access Components (UniDAC) is a powerful library of nonvisual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and FreePascal. We have combined the experience of long-term successful development into one product, which provides unified access to the popular database servers like Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, SQLite, DB2, Microsoft Access, Sybase Advantage Database Server, Sybase Adaptive Server Enterprise, and other databases (using ODBC provider). UniDAC offers unified approach to the database-related applications development process. That means you can switch easily between different databases in your projects without going deep into their specifics. Using UniDAC with its server-independent interface is the best way to create cross-database applications. UniDAC gives outstanding flexibility and independence to your projects.

2010-12-20

fastreport4.10.1

FastReport®4 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the CodeGear (exBorland) Delphi 4-XE, CodeGear C++Builder 6-XE and CodeGear RAD Studio environments

2010-09-25

unidac 3.0.010 source

3.00.0.10 24-Jun-10 * Added ability to lock records in the CachedUpdate mode * Added overloaded declaration of the ApplyUpdates method to choose update kind * Fixed bug with quote that first character inside quoted string for the Filter property * Fixed bug in TCRBatchMove with processing RecordCount * Fixed UniLoader bug with loading data * Fixed bug with processing added parameters in the BeforeUpdateExecute event handler * Fixed bug with SSL connection to PostgreSQL * Fixed bug with setting SpecificOptions for Lazarus

2010-07-28

FastReport 4.9.72 source

FastReport 4.9.72 source

2010-06-11

unidac 3.0.09 source

Universal Data Access Components is a powerful tool for developing cross-database client/server applications on Borland Delphi and C++Builder. UniDAC provides a unified inferface to access popular database servers such as Oracle, Microsoft SQL Server, MySQL, PostgreSQL, SQLite, InterBase, Firebird, DB2, Microsoft Access, Advantage Database Server, Adaptive Server Enterprise, and other databases.

2010-06-08

Fast Report v4.8.10

FastReport®4 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the CodeGear (exBorland) Delphi 4-2009, CodeGear C++Builder 6-2009 and CodeGear RAD Studio environments.

2009-10-12

unidac3.00

Universal Data Access Components is a powerful tool for developing cross-database client/server applications on Borland Delphi and C++Builder. UniDAC provides a unified inferface to access popular database servers such as Oracle, Microsoft SQL Server, MySQL, PostgreSQL, SQLite, InterBase, Firebird, DB2, Microsoft Access, Advantage Database Server, Adaptive Server Enterprise, and other databases.

2009-09-18

XLSReadWriteII4.00.21a

一个导出导入EXCEL文件的控件包,即使没有安装EXCEL也可以正常操作,而且速度很快

2009-09-18

unidac2.7 Universal Data Access Components(UniDAC)

Universal Data Access Components(UniDAC) 是一个功能强大的支持多数据库的引擎,可以安装在Delphi, Delphi for .NET, C++Builder。UniDAC 的目的是帮助程序员更快的开发跨数据库应用软件。 UniDAC 是一个完整的标准数据库连接解决方案,可以支持 Oracle, SQL Server, MySQL, InterBase, 和 Firebird。 Universal Data Access Components (UniDAC) is a library of components that provides direct access to most popular database servers from Delphi, Delphi for .NET and, C++Builder. UniDAC can work with such servers as Oracle, Microsoft SQL Server, MySQL, Interbase, Firebird. The UniDAC library is designed to help programmers develop faster and cleaner cross-database applications. UniDAC is a complete replacement for such standard universal technology as dbExpress. UniDAC is a handy in use and efficient data access solution bringing into play many features specific to each server.

2009-07-08

UNIDAC2.50.06

sql server, mssql, ms sql, oracle, interbase, firebird, yaffil, mysql, postgresql, dac, vcl, clx, net, delphi, bds, core lab, data access components, bde, c++builder, kylix, turbo, c++, replacement, devart

2009-04-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除