-
Source-code-of-Database
此代码是针对数据库教材的源代码,包括求“输入的两个数的最大公约数和最小公倍数”、“输入工资输出工资水平”。程序在Access上得到了验证,也可以移植到其他数据库上。(This code is aimed at teaching book of source code, including database for "input the two Numbers when the largest and smallest LCD", "input output wages." wages Program in the Access is verified, also can be transplanted into other database.)
- 2011-07-29 17:26:01下载
- 积分:1
-
shujukuchengxu
基于labwindows/cvi的相关程序,数据库的相关操作(Based on labwindows/cvi-related procedures, database-related operations)
- 2011-10-10 16:34:00下载
- 积分:1
-
报时
说明: 基于powerbuilder的报时源代码,适合初学者学习使用(Learning source code)
- 2020-06-16 03:20:01下载
- 积分: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
-
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
-
chuti
基于VFP的出题小系统,以前做的,传上来分分享一下(Test system based on VFP, before doing, Chuan up points to share)
- 2014-08-27 18:40:49下载
- 积分:1
-
miniSQL
MiniSQL的大致架构在里面了,可以自己填写里面的模块。。(MiniSQL the general framework in which, you can fill out inside the module. .)
- 2011-10-14 22:39:17下载
- 积分:1
-
CeTool
一个可以打开 SqlCe 数据库文件, 输入 SQL 进行查询的小工具.(SqlCe client tool.)
- 2010-02-26 09:33:23下载
- 积分:1
-
Conversor DB
Converter mdb/fdb acess/firebird.
- 2018-06-07 06:26:35下载
- 积分:1
-
iif
Handling null fields in SQL queries
- 2013-09-01 04:27:04下载
- 积分:1