搜索资源列表
AutoNumber
- 自动生成编号,Delphi+数据库,其实我怎么觉得数据库本身就可以生成编号,每添加一条数据的时候,数据库的ID字段就会自动加1,形成按顺序变化的ID编号,本程序同样需要SQL数据库配合,可惜作者没有提供数据库文件,对于特别有需要的Delphi编程者,可根据代码还原出数据库的各个细节。 -Automatically generated number, Delphi+ database, in fact, I think how the database itself can generate
gongzhiguanli
- 简单的工资发放管理软件,Delphi 7下开发-/* Table: SALARY_SET, Owner: MISDBA*/ CREATE TABLE SALARY_SET (PERSON CHAR(6) NOT NULL, SALARY FLOAT, CONSTRAINT SALARY_SET_PEROSN PRIMARY KEY (PERSON)) /* Table: SALARY_OTHER, Owner: MISDBA*/ CREATE TABL
Id-to-generate-and
- 地址码 (身份证前六位)表明编码对象常住户口所在县(市、旗、区)的行政区划代码。 生日期码 (身份证第七位到第十四位)表明编码对象出生的年-Address code (ID card top six) to indicate the encoding target permanent residence county (city, banner, district) administrative division code. Birth date code (ID seventh to four
