搜索资源列表
TXTtoMDB
- 本程序是一个将TXT文件转换成ACCESS数据库格式的工具。只要指定数据库存放路径、文件名、表名、字段名与每个字段所要截取的字符数即可将读取的每行TXT文本进行分割存储。-this procedure is a TXT file will be converted into ACCESS database format tool. As long as the designated database storage path, file name, the name of the table,
ADO开发中如何得到字段名
- 本代码实现读取数据库记录集的字段名。-the implementation of the code reader database records collected from the field.
blobConsle
- oracle ado 大数据字段 读取文件字段 -oracle ado large data fields, read files field
DataCheckDlg
- 用数据库的方式操作excel文件,包括了读取文件的表名,字段名和数据,有详细的注释
BasicExcelSample
- 不受限读取excel文件数据,可以进行任意字段的excel文件数据读取-Read excel file data is not restricted, any field can be read excel file data
VCAccess
- VC++版Access数据库表结构浏览查询工具,可以自动读取表结构、字段名称以及表内数据,列出字段类型等,并不能对其进行修改、增、删字段等管理功能,帮VC入门编程者快速了解VC++操作Access的基本原理和调用方法,或许这对您以后从事VC编程有所帮助。-VC++ version of Access database table structure query tool browser, can automatically read the table structure, field name
SQLframe
- 读取SQL数据库的表结构。一目了然的查看你输入的数据库中的表的各内容,如有什么字段,大小,类型等等信息-Read SQL database table structure. See at a glance you have entered in the database table of the elements, if any field, size, type, etc. information
DbfFile
- 为了使用VC语言编程直接读取dbf文件。需要了解dbf文件的二进制文件格式,下面给出简要的说明。 表文件由头记录及数据记录组成。头记录定义该表的结构并包含与表相关的其他信息。头记录由文件位置 0 开始。数据记录1紧接在头记录之后(连续的字节),包含字段中实际的文本。 记录的长度(以字节为单位)等于所有字段定义的长度之和。表文件中存储整数时低位字节在前。-Programming language in order to use VC to read dbf files directly
ODBCTest
- VC利用ODBC连接数据库的一个示例程序源码,本源码没有提供数据库,大家可以看一下源码中有关读取内容的字段来自己建一个相关的数据库进行测试。-VC database using ODBC to connect a sample program source code, the source did not provide a database, we can look at the source code to read the contents of the relevant field to
RMDBM
- 读取ETM、TM影像的.met格式头文件,并根据自定义的字段映射文件,将对应字段信息存入指定的数据库字段中。-Read ETM, TM image. Met the first file format and in accordance with the custom field mapping file, the corresponding database field information into the specified field.
PMIS3
- PMIS--------主程序代码 表示层,负责应用程序的表现形式、用户体验等。 -------DALFactory-----抽象工厂 抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。 -------IDAL--------数据接口层(控制是选择什么类型的数据库) 数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。 -------BLL------ 处理应用程序的业务逻辑,被表示层调用。 ------
Access_db_scan_search
- VC++版Access数据库表结构浏览查询工具,可以自动读取表结构、字段名称以及表内数据,列出字段类型等-VC++ version of Access database structure view query tool that can automatically read the table structure, field names and table data types listed in the field
dzhl2zhubi
- 大智慧L2逐笔数据L2D利用.把L2D的历史数据放入DBF文件(一只股票一个文件),可用EXcel 或其他 DBF工具 查看。 cjtjex.dll 可以用来从大智慧\userdata\dbf\目录里 一个名为‘股票代码’cjtj.DBF中读取所需要的数据。 方便把各类日线下的统计数据放在一个表里管理,一只股票一张表,用DBF管理感觉比自定义数据方便多了,也方便提供给外接程序做数据库来源。 函数示范 “CjtjEX@DZHEX_GETCJFX”(1) 从userdata\dbf\里的 股
perl_to_sql
- 用perl脚本连接sql数据库,判断字段,读取数据库信息。-this little txt code simply describes how to access sql data base through perl scr ipt.
mysqltest
- VC++6.0操作 mysql库。 读取数据库时,实现了根据字段名读取其值的方法。 并且解决了中文存储读取的问题。 编译时,记得把mysql下的include及lib分别加入到VC++6.0目录下(工具-》选择-》目录)。-VC++ 6.0 operating mysql library. When reading the , realize reading its value according to the method of field names