搜索资源列表
pb_excel
- PB的数据窗口中的内容经常要导出为excel,自带的函数效果总是不好,可以试试这个,表头也可导出.-PB data window to the often exported to excel, and built-in function is undesirable results, you can try this, the first table can be derived.
dkji
- 本程序可以用来统计保存在EXCEL表中高中各科考试成绩分析情况。 EXLS表的格式要求: 第一行为标题行:考号 学号 姓名 成绩 第一列:考号 060100101 前六位为文理科分类,后二位是座位号 第二列:学号 班级+序号 第三列:姓名 李兵 第四列:成绩 90 注意:(1)文件名最好为单科科目名称 (2) 本软件只统计第4列的数据-this procedure can be used to keep statistics in Excel
DYNDATA
- 动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向数据库的数据源动态的对该数据库进行操作是比较好的方法.-Dynamic Link ODBC database. Data sources through the use of the name of Dynamic Link visit ODBC databases, If the procedure is used in the dat
exaples
- 一些数据库的实例。共12章。如第八章: 第8章数据库环境的建立 1. 用MISDBA用户登录MISDB数据库。 2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。 3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCO
dCHAP3
- 1. 创建MyDatabase.gdb数据文件。 2. 用SYSDBA用户登录。 3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL Explorer窗口中,根据表3-1至表3-10创建数据表。(通过直接注册附带光盘所提供的MyDatabase.GDB数据库文件,可以直接获得这些数据表。) 4. 在SQL Explorer窗口中,创建MyDB数据库连接。 5. 输入初始数据。除了表3-11至表3-13的内容,还需要根据需要设定院系编号、班级号和计数器。 -1.
dCHAP4
- 1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。 2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。) 3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2
dCHAP5
- 1. 用SYSDBA登录服务器,并且创建一个MISDBA用户,密码为PASSWORD。 2. 用SYSDBA用户创建MISDB数据库(可直接注册使用光盘提供的MISDB.GDB)。 3. 用MISDBA用户登录MISDB数据库。 4. 在ISQL中,依次输入第5章的数据表创建SQL语句;或者根据表5-1至表5-7自行创建数据表。 5. 在SQL Explorer中创建MISDB数据库连接。 6. 用MISDBA用户登录,并且输入原始数据。除了表5-8至表5-11的内容,还需要
将指定EXCEL导入至SQLite数据库
- 将指定EXCEL导入至SQLite数据库:导入之前,MYSQL数据库中已创建好目标数据表,但导入前判断数据表是否为空,数据为空再进行导入。 EXCEL导入过程中,数据类型转换或异常检测(EXCEL中的文字1不同于数字1,和数据表字段类型的匹配)。 导入完成或失败后,给出状态报告或提示。 ,Will be assigned to the SQLite database into EXCEL: before importing, MYSQL database goal has been to
zq
- 1)利用Access 2003创建数据库 Student.mdb,在数据库中创建3个表tabStudent、tabCourse、tabScore,每个表的参考结构如下,并设计3个表之间的联系及参照完整性。 2)在每个数据表中输入必要的测试数据。 tabStudent表至少输入10个同学的基本信息 tabCourse表至少输入4门课程的数据 tabScore表每个同学至少输入2门课程的成绩 3)完成如下设计工作:
pb
- 导出EXCEL文件带中文标题的UO,可以把数据表方便导出成各种格式的文件-Export EXCEL file with the Chinese title of the UO, you can easily export the data table file into various formats
ADOtoXML
- 该系统对access数据库进行分析,智能导出所需要的数据表的xml格式文件,方便其他系统调用。-The system access the database for analysis, intelligent export the required data table xml format file to facilitate the other system calls.
s
- Microsoft Access 制作的简单的数据表-Produced a simple Microsoft Access data table
add-data-environment
- 用程序实现往数据环境中添加表,较USE 命令打开表更好-Application to achieve the table to add data environment, open the table better than the USE command
networkx
- python读取access数据表 networkx模块的应用-python read access the data table networkx module application
gdbc
- pgsql数据库大对象存取,数据表字段自动定义,具有一定通用性,前提是安装好pgsql数据库。-the pgsql database object access, data table fields automatically defined, has a certain versatility provided pgsql database installed.
bob_pgsql
- pgsql数据库大对象存取,数据表字段自动定义,具有一定通用性,前提是安装好pgsql数据库。-the pgsql database object access, data table fields automatically defined, has a certain versatility provided pgsql database installed.
vbsqlstring
- VB在数据库查询中使用字符串函数,在查询语句中使用字符串函数在数据表中显示出生年月,一个较低级的Access数据库查询示例,适合VB初学者-VB string functions in the database query, and query string functions in the data table shows the date of birth, a lower-level Access database query examples for VB beginners
Management-of-database-and-table
- VFP数据库相关命令,建立,删除,浏览,插入数据,表复制等级习题-VFP database-related commands, create, delete, view, insert data, table replication level exercises
redis-3.0-annotated-unstable
- redis 大数据表-redis big data table.........................
shujuhebing
- excel数据表数据自动导入access数据库,更新及追加方式-Excel data table data automatically import access , update and add the way