-
testdatabasedll
数据库功能展示,vc连接access数据库,实现增删查找功能(Database function display, vc connection access database, add or delete search function to achieve)
- 2011-01-24 17:04:23下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
to_connect_excel
说明: 实现如何连接excel(有详细代码 ),采用CSharp语言(The realization of how to connect excel (detailed codes), using CSharp Language)
- 2009-08-11 09:36:44下载
- 积分:1
-
Conversor DB
Converter mdb/fdb acess/firebird.
- 2018-06-07 06:26:35下载
- 积分:1
-
SQLite数据库的一些操作方法
基于C#的数据库SQLite的一些读取和写入的操作方法。包含数据库操作语句。(Some reading and writing methods of the database SQLite based on C#. The database operation statement is included.)
- 2018-01-05 16:52:10下载
- 积分:1
-
sqlite-amalgamation-3071700
sqlite数据库C源码接口程序,通过此程序可以创建,修改和删除SQLITE数据及数据(sqlite database C source interface program, through this process can create, modify, and delete data, and data SQLITE)
- 2013-07-17 16:28:51下载
- 积分:1
-
MSPRO
利用MFC开发的数据库系统,用的是微软的Access,有详细的链接数据库的代码。(Use of MFC development of database systems, using Microsoft Access, there are more links to the database code.)
- 2011-09-06 21:40:03下载
- 积分:1
-
GridDoubleHeader
VFP开发用Grid多表头,封装成类,测试没有问题,可再次开发(VFP developers using Grid multiple headers, packaged into a class)
- 2013-07-17 10:02:10下载
- 积分:1
-
sqlite-source-3_6_6_2
说明: sqlite的最新源码
This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package(sqlite latest source This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package)
- 2008-11-29 16:13:56下载
- 积分:1
-
lending-Form
A very simple VB Source that can read / write from access database to Grid
- 2013-02-24 07:45:01下载
- 积分:1