搜索资源列表
直接通过ODBC读写Excel表格文件
- 直接通过ODBC读写Excel表格文件-directly through ODBC read and write Excel document
rwxls
- 用数据库读写方法,在VC中对EXCEL文件进行读写操作,包括DAO,ODBC等-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.
1515
- Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
alxBASEa3
- 代码名称:The alxBase classes for work with dbf files 代码说明:读写DBF文件的类 工具/平台:VC Win2-Read/Write the DBF file. Tool/Platform: VC/Win2
在数据库中读写图像文件
- 本实例可以将图像文件(*.bmp)存储到数据库中,并可以浏览数据库中的图像文件!- This example may (* bmp) save the picture document to the database in, and may glance over in the database the picture document!
DBFLIS
- 一个使用TURBO C读数据库文件的小程序,欢迎各位大虾前来共享、批评指正-use a TURBO C Reading database files small procedures, welcome you to share prawns, criticized correct! !
针对Excel表格文件操作的编程实现Excel Access Src
- 针对Excel表格文件操作的编程实现 可实现读写和表格查询-against Excel spreadsheet file manipulation of the program can achieve literacy and form inquiries
Access数据库中OLE对象的读写操作
- 该文件是对Access数据库读写操作,包括一些程序界面以及程序代码,希望对有学习Access数据库的同事能够有所帮助。-the document is to write Access database, including some programming interfaces and code, and I hope to learn Access database colleagues can help.
SQL_Query_Plugin
- 该EXE软件可以免去通过SQL EXPLOR或者数据库查询界面进行查询的麻烦,直接可以打开该EXE文件,因为该EXE是读去BDE中的数据库别名进行连接,所以使用的时候你的保证你的数据库是否通过ODBC连接上。 因为在程序中用到了第三方控件(主要是RAISE系列控件),以及我自己在第三方控件开发的控件,所以打开界面是如果没有安装第三方控件可能报错,不过没关系,我用第三方控件都是处理界面用的,你完全可以用DELPHI自带的标准控间进行替换,从而达到在自己可以编译-the software can
eword
- Word和Excel文件的读写程序,能将Word和Excel数据按要求导入到VC程序中,也可将自已的数据写到Word或Excel中-Word and Excel documents to read and write procedures, can Word and Excel data required to VC import procedures, may also wrote their own data Word or Excel
文件数据库
- 利用二进制操作模拟数据库存取操作,因为文件本质上是对文件进行二制读写操作,但是读写的单位不是字节,而是结构STRUCT。-simulated operational use binary database access operations, because paper is essentially the documents to write two system, but the unit is not read and write byte, but the structure STRUC
VC++2008 下读写同一个excel文件。
- 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
DataGridView_Odbc
- 关于DataGridView的最基本的实例程序,包括增加行、删除行、将修改结果送回数据库等功能。 框架为Visual C++ CLR,数据库种类ODBC,数据库位置为本地的mdb文件。 程序中使用的数据库也包含在了压缩包中,是我对一些IT公司的打分,除了说腾讯是250之外,没什么意义。-DataGridView instance on the most basic procedures, including an increase rows, delete rows, will modi
ini
- VB读写ini文件实例源码 将当前时间写入ini文件 从ini文件中读取存储的时间打印在窗口上-VB source code reading ini file example
RawRead
- 独占方式读文件的例子,重要是思路,实际测试读出内容与原文件有出入,原因目前我还不明白,大家搞清楚可以告知我,-Exclusive examples of reading a document, it is important is the idea of the actual test content read out differ the original document, the reasons for the present I do not understand that every
RawRead
- 独占方式读文件的例子,重要是思路,实际测试读出内容与原文件有出入,原因目前我还不明白,大家搞清楚可以告知我,-Exclusive examples of reading a document, it is important is the idea of the actual test content read out differ the original document, the reasons for the present I do not understand that every
