-
VCAccess
此demo包含vc操作Access数据库的链接、以及增删改查的基本操作,均提供的有接口,方便用户操作,并且提供了一些模糊查询语句供用户参考~~(This demo contains the Access database, the link vc operations, as well as additions or deletions to change the basic operation of search are provided with interfaces, user-friendly operation, and provides a number of fuzzy query for the user' s reference ~ ~)
- 2010-02-24 13:51:31下载
- 积分:1
-
应海平的数据库课程设计
说明: 《员工工资管理系统》是利用Visual Foxpro6.0开发的基于Windows平台的应用软件。它界面漂亮,操作简单、方便,运用它,能使繁琐、复杂的职工(员工)管理变得非常的容易。("staff salary management system" is developed using Visual Foxpro6.0 based Win the Windows platform application software. Its interface beautiful, simple, convenient and use it enables cumbersome, complex workers (staff) management has become very easy.)
- 2006-01-18 18:04:43下载
- 积分: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
-
iif
Handling null fields in SQL queries
- 2013-09-01 04:27:04下载
- 积分:1
-
2004051317015414293
我做了一套银行帐户管理系统,功能还可以,愿与大家分享,共同进步.(I had a bank account management system, can also function, and is willing to share with you, and common progress. Thank you)
- 2007-03-24 13:54:26下载
- 积分:1
-
kaoqin
适合企业使用的考勤系统,可以记录每个员工的考勤情况。(Attendance system for business use, you can record each employee' s attendance.)
- 2011-11-07 13:19:45下载
- 积分:1
-
filter
dbf filter sample I found and very useful for dbf database programing
- 2013-07-24 04:38:03下载
- 积分:1
-
dyoon
simple personal money accounting arabic language
- 2012-10-16 15:38:18下载
- 积分:1
-
miniSQL
MiniSQL的大致架构在里面了,可以自己填写里面的模块。。(MiniSQL the general framework in which, you can fill out inside the module. .)
- 2011-10-14 22:39:17下载
- 积分:1
-
ADO
这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
- 2013-08-18 10:30:52下载
- 积分:1