-
DAO
说明: DAO读写(literacy DAO)
- 2005-10-29 23:52:58下载
- 积分:1
-
cangkuguanlixitong
仓库管理系统,使用access完成,大学课程设计,具有登陆功能,在进入系统后可进行仓库数据维护、查询等功能。(Warehouse management system, using access to complete design of university courses, with a visit, warehouse data maintenance, query and other functions into the system.)
- 2012-05-26 16:05:22下载
- 积分:1
-
csql.tar
Replacement for Sybases isql with readline support including history and commandline completion. Requires sybase c-client libs or FreeTDS. Tested with Sybase 12.0, 12.5 on Solaris, Linux, FreeBSD, and MacOS X.
- 2009-10-17 22:08:07下载
- 积分: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
-
GridDoubleHeader
VFP开发用Grid多表头,封装成类,测试没有问题,可再次开发(VFP developers using Grid multiple headers, packaged into a class)
- 2013-07-17 10:02:10下载
- 积分:1
-
redis读写缓存数据
说明: 通过引用redis基础类库,实现对redis的读取和写入操作。例子比较初级。(By referring to the redis base class library, we can read and write redis. The example is more elementary.)
- 2020-06-19 17:00:01下载
- 积分:1
-
CTLib_D7
delpih使用sybase提供的ct library访问sybase数据库(delpih use of the library visit sybase ct database)
- 2006-06-17 19:48:13下载
- 积分:1
-
Tele
VC进行数据库编程,MFC编写的,可以与CListCtrl控件配合使用(VC database programming, MFC prepared can be used in conjunction with the CListCtrl control)
- 2009-04-11 17:38:22下载
- 积分:1
-
zb_err
一段十分实用的VFP程序,可以实现VFP程序的错误处理(VFP Error)
- 2010-11-04 11:51:36下载
- 积分:1
-
VCDatabaseOpraterADO
说明: VC操作ADO和datagrid控件的源码,是动态的的。不受目录改变的限制(ADO and VC operation datagrid source control is the dynamic. From the directory to change the restrictions)
- 2009-07-30 20:58:21下载
- 积分:1