搜索资源列表
vcsqlshujuku
- 本程序实现调用开放式数据库连接 (ODBC) 函数,及调用 ODBC 函数 SQLTables 和 SQLColumns。 显示选定数据库中的所有表,以及为每一个表显示列的列表和有关每一列的信息.-the program called Open Database Connectivity (ODBC) functions, and ODBC function calls and SQLColumns SQLTables. Shows selected database of all the
gustbook
- 版权说明:版权属于dqe2008.com 特色: 1、界面采用欧试风格,设计唯美. 2、可调用留言,能做为评论模块用于其他系统的开发. 3、代码简洁,功能实用. 使用说明: 2、帐号密码以及一些参数在gustbook_Conn.asp中修改,用记事本打开,里面有注释。初始帐号密码都为:admin 3、如何调用评论? 先在要调用评论的页面写入:<!--#include file="gustbook_Conn.asp"
display_function_in_dll
- 用vfp 写的查看dll文件中的函数。由于编码转换原因,少部分dll文件的函数名称显示乱码,大部分dll成正确列出dll中函数。-Vfp write the view function in the dll file. Transcoding reason, the name of the function of a small number of dll files garbled, most of the dll into the correct list of functions in t
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
1f
- 1、输入:函数input把20学生的学号、姓名、性别、年龄、三科成绩以及平均成绩和总成绩放在一个结构体数组中,学生的学号、姓名、三科成绩由键盘输入,然后计算出平均成绩和总成绩放在结构体对应的域中。 注意:函数应有两个参数,结构体类型的数组以及学生的人数 保存:save函数把数组里的学生信息写入文件,关闭文件。3、插入:insert 函数输入一个学生的记录,按学号的先后顺序插入该学生的全部内容。4、排序:sort函数对所有学生按要求排序(1.学号 2.总成绩 ),并输出。 注意: