易语言MySql5.0类模块源码
系统结构:取指针文本,取指针字节集,置连接选项,连接,断开,检测连接,关闭,取数据库句柄,置数据库句柄,执行SQL语句,执行SQL,取记录集,取记录集一行,读一行,读一行字节集,读一行文本,读字段字节集,读字段文本,读字节集,读文本,释放记录集,取记录集行数,到下一行,到指定行,到首行,到尾行,取字段总数,序号到字段名,字段名到序号,取字段名列表,查找记录,增加记录,更新记录,删除记录,取服务器版本,取客户端版本,创建库,删除库,查找库,取库名列表,创建表,修改表,删除表,查找表,取表名列表,字段信息到文本,字段类型到文本,创建用户,删除用户,修改用户,修改用户密码,取用户列表,查找用户,建立索引,删除索引,开始事务,保存事务,回滚事务,转译字节集,写字节集字段,取错误文本,取错误代码,取影响行数,选择库,取字段信息,取字段默认值,mysql_init,mysql_close,mysql_set_character_set,mysql_real_connect,mysql_query,mysql_real_query,mysql_store_result,mysql_free_result,mysql_data_seek,mysql_row_seek,mysql_row_tell,mysql_num_fields,mysql_num_rows,mysql_fetch_row,mysql_use_result,mysql_fetch_field,mysql_fetch_field_direct,mysql_fetch_fields,RtlMoveMemory_字段,RtlMoveMemory_字段组,RtlMoveMemory_byte,RtlMoveMemory_int,mysql_field_seek,mysql_field_tell,mysql_next_result,mysql_get_server_info,mysql_get_client_info,mysql_error,mysql_errno,mysql_affected_rows,mysql_shutdown,mysql_real_escape_string,mysql_ping,mysql_options,mysql_fetch_lengths,RtlMoveMemory_intary,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ 取指针文本
| |
| |------ 取指针字节集
| |
| |
======MySql类
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 置连接选项
| |
| |------ 连接
| |
| |------ 断开
| |
| |------ 检测连接
| |
| |------ 关闭
| |
| |------ 取数据库句柄
| |
| |------ 置数据库句柄
| |
| |------ 执行SQL语句
| |
| |------ 执行SQL
| |
| |------ 取记录集
| |
| |------ 取记录集一行
| |
| |------ 读一行
| |
| |------ 读一行字节集
| |
| |------ 读一行文本
| |
| |------ 读字段字节集
| |
| |------ 读字段文本
| |
| |------ 读字节集
| |
| |------ 读文本
| |
| |------ 释放记录集
| |
| |------ 取记录集行数
| |
| |------ 到下一行
| |
| |------ 到指定行
| |
| |------ 到首行
| |
| |------ 到尾行
| |
| |------ 取字段总数
| |
| |------ 序号到字段名
| |
| |------ 字段名到序号
| |
| |------ 取字段名列表
| |
| |------ 查找记录
| |
| |------ 增加记录
| |
| |------ 更新记录
| |
| |------ 删除记录
| |
| |------ 取服务器版本
| |
| |------ 取客户端版本
| |
| |------ 创建库
| |
| |------ 删除库
| |
| |------ 查找库
| |
| |------ 取库名列表
| |
| |------ 创建表
| |
| |------ 修改表
| |
| |------ 删除表
| |
| |------ 查找表
| |
| |------ 取表名列表
| |
| |------ 字段信息到文本
| |
| |------ 字段类型到文本
| |
| |------ 创建用户
| |
| |------ 删除用户
| |
| |------ 修改用户
| |
| |------ 修改用户密码
| |
| |------ 取用户列表
| |
| |------ 查找用户
| |
| |------ 建立索引
| |
| |------ 删除索引
| |
| |------ 开始事务
| |
| |------ 保存事务
| |
| |------ 回滚事务
| |
| |------ 转译字节集
| |
| |------ 写字节集字段
| |
| |------ 取错误文本
| |
| |------ 取错误代码
| |
| |------ 取影响行数
| |
| |------ 选择库
| |
| |------ 取字段信息
| |
| |------ 取字段默认值
| |
| |
======调用的Dll
| |
| |---[dll]------ mysql_init
| |
| |---[dll]------ mysql_close
| |
| |---[dll]------ mysql_set_character_set
| |
| |---[dll]------ mysql_real_connect
| |
| |---[dll]------ mysql_query
| |
| |---[dll]------ mysql_real_query
| |
| |---[dll]------ mysql_store_result
| |
| |---[dll]------ mysql_free_result
| |
| |---[dll]------ mysql_data_seek
| |
| |---[dll]------ mysql_row_seek
| |
| |---[dll]------ mysql_row_tell
| |
| |---[dll]------ mysql_num_fields
| |
| |---[dll]------ mysql_num_rows
| |
| |---[dll]------ mysql_fetch_row
| |
| |---[dll]------ mysql_use_result
| |
| |---[dll]------ mysql_fetch_field
| |
| |---[dll]------ mysql_fetch_field_direct
| |
| |---[dll]------ mysql_fetch_fields
| |
| |---[dll]------ RtlMoveMemory_字段
| |
| |---[dll]------ RtlMoveMemory_字段组
| |
| |---[dll]------ RtlMoveMemory_byte
| |
| |---[dll]------ RtlMoveMemory_int
| |
| |---[dll]------ mysql_field_seek
| |
| |---[dll]------ mysql_field_tell
| |
| |---[dll]------ mysql_next_result
| |
| |---[dll]------ mysql_get_server_info
| |
| |---[dll]------ mysql_get_client_info
| |
| |---[dll]------ mysql_error
| |
| |---[dll]------ mysql_errno
| |
| |---[dll]------ mysql_affected_rows
| |
| |---[dll]------ mysql_shutdown
| |
| |---[dll]------ mysql_real_escape_string
| |
| |---[dll]------ mysql_ping
| |
| |---[dll]------ mysql_options
| |
| |---[dll]------ mysql_fetch_lengths
| |
| |---[dll]------ RtlMoveMemory_intary
调用的DLL命令:
.DLL命令 mysql_init, 整数型, "libmySQL.dll", "mysql_init", , 初始化,返回连接句柄
.参数 lMysql, 整数型, , 0则返回一个新对象
.DLL命令 mysql_close, , "libmySQL.dll", "mysql_close", , 关闭连接句柄
.参数 lMysql, 整数型, , 连接句柄
.DLL命令 mysql_set_character_set, 整数型, "libmySQL.dll", "mysql_set_character_set", , 设置访问字符集
.参数 lMysql, 整数型
.参数 cs_name, 文本型
.DLL命令 mysql_real_connect, 整数型, "libmySQL.dll", "mysql_real_connect", , 连接数据库
.参数 lMysql, 整数型
.参数 sHostName, 文本型
.参数 sUserName, 文本型
.参数 sPassword, 文本型
.参数 sDbName, 文本型
.参数 lPortNum, 整数型
.参数 sSocketName, 整数型
.参数 lFlags, 整数型
.DLL命令 mysql_query, 整数型, "libmySQL.dll", "mysql_query", , 查询
.参数 lMysql, 整数型
.参数 sQueryString, 文本型
.DLL命令 mysql_real_query, 整数型, "libmySQL.dll", "mysql_real_query", , 执行指定为计数字符串的SQL查询
.参数 lMysql, 整数型
.参数 sQueryString, 文本型
.参数 leng, 整数型
.DLL命令 mysql_store_result, 整数型, "libmySQL.dll", "mysql_store_result", , 取记录集
.参数 lMysql, 整数型
.DLL命令 mysql_free_result, 整数型, "libmySQL.dll", "mysql_free_result", , 释放记录集
.参数 result, 整数型
.DLL命令 mysql_data_seek, , "libmySQL.dll", "mysql_data_seek"
.参数 result, 整数型
.参数 data_number, 长整数型
.DLL命令 mysql_row_seek, 整数型, "libmySQL.dll", "mysql_row_seek"
.参数 result, 整数型
.参数 row_number, 整数型
.DLL命令 mysql_row_tell, 整数型, "libmySQL.dll", "mysql_row_tell"
.参数 result, 整数型
.DLL命令 mysql_num_fields, 整数型, "libmySQL.dll", "mysql_num_fields"
.参数 result, 整数型
.DLL命令 mysql_num_rows, 长整数型, "libmySQL.dll", "mysql_num_rows"
.参数 result, 整数型
.DLL命令 mysql_fetch_row, 整数型, "libmySQL.dll", "mysql_fetch_row"
.参数 result, 整数型
.DLL命令 mysql_use_result, 整数型, "libmySQL.dll", "mysql_use_result"
.参数 result, 整数型
.DLL命令 mysql_fetch_field, 整数型, "libmySQL.dll", "mysql_fetch_field"
.参数 result, 整数型
.DLL命令 mysql_fetch_field_direct, 整数型, "libmySQL.dll", "mysql_fetch_field_direct"
.参数 result, 整数型
.参数 fieldnr, 整数型
.DLL命令 mysql_fetch_fields, 整数型, "libmySQL.dll", "mysql_fetch_fields"
.参数 result, 整数型
.DLL命令 RtlMoveMemory_字段, , "kernel32.dll", "RtlMoveMemory", , 拷贝内存
.参数 Destination, MYSQL_FIELD
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_字段组, , "kernel32.dll", "RtlMoveMemory", , 拷贝内存
.参数 Destination, MYSQL_FIELD, 数组
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_byte, , "kernel32.dll", "RtlMoveMemory", , 拷贝内存
.参数 Destination, 字节集
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_int, , "kernel32.dll", "RtlMoveMemory", , 拷贝内存
.参数 Destination, 整数型, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 mysql_field_seek, 整数型, "libmySQL.dll", "mysql_field_seek"
.参数 result, 整数型
.参数 row_number, 整数型
.DLL命令 mysql_field_tell, 整数型, "libmySQL.dll", "mysql_field_tell"
.参数 result, 整数型
.DLL命令 mysql_next_result, , "libmySQL.dll", "mysql_next_result"
.参数 result, 整数型
.DLL命令 mysql_get_server_info, 整数型, "libmySQL.dll", "mysql_get_server_info"
.参数 lMysql, 整数型
.DLL命令 mysql_get_client_info, 整数型, "libmySQL.dll", "mysql_get_client_info"
.DLL命令 mysql_error, 整数型, "libmySQL.dll", "mysql_error"
.参数 lMysql, 整数型
.DLL命令 mysql_errno, 整数型, "libmySQL.dll", "mysql_errno"
.参数 lMysql, 整数型
.DLL命令 mysql_affected_rows, 长整数型, "libmySQL.dll", "mysql_affected_rows"
.参数 lMysql, 整数型
.DLL命令 mysql_shutdown, 整数型, "libmySQL.dll", "mysql_shutdown"
.参数 lMysql, 整数型
.DLL命令 mysql_real_escape_string, , "libmySQL.dll", "mysql_real_escape_string"
.参数 lMysql, 整数型
.参数 to, 整数型
.参数 from, 整数型
.参数 length, 整数型
.DLL命令 mysql_ping, 整数型, "libmySQL.dll", "mysql_ping"
.参数 lMysql, 整数型
.DLL命令 mysql_options, 整数型, "libmySQL.dll", "mysql_options"
.参数 lMysql, 整数型
.参数 option, 整数型
.参数 arg, 文本型
.DLL命令 mysql_fetch_lengths, 整数型, "libmySQL.dll", "mysql_fetch_lengths"
.参数 result, 整数型
.DLL命令 RtlMoveMemory_intary, , "kernel32.dll", "RtlMoveMemory", , 拷贝内存
.参数 Destination, 整数型, 数组
.参数 Source, 整数型
.参数 Length, 整数型
易语言用COM对象方式修改Access数据库密码源码,修改Access数据库密码...
易语言天堂ii自动更新登陆器账号网关源码,处理数据,账号注册,写次数,初始化数据,关于,取时间文本,刷新人数,创建事件同步对象,打开事件同步对象,线程_读取升级文件列表,统一读取升级...
易语言天堂ii自动更新登陆器账号网关源码,处理数据,账号注册,写次数,初始化数据,关于,取时间文本,刷新人数,创建事件同步对象,打开事件同步对象,线程_读取升级文件列表,统一读取升级...
易语言天堂ii自动更新登陆器账号网关源码,处理数据,账号注册,写次数,初始化数据,关于,取时间文本,刷新人数,创建事件同步对象,打开事件同步对象,线程_读取升级文件列表,统一读取升级...
易语言另类读取树型框两行代码搞定源码,连接数据库,初始化程序...
易语言取数据库表名列表源代码源码,取MDB表名列表...
易语言写个Access批量解密器源码,打开多文件对话框,取文件全名,写出密码到文件,是否是Access,取Access密码,取Access2000密码,从字节集取ACCESS2000密码,Ansi转Unicode,Unicode转Ansi,修改密码,API_Wide...
易语言使用对象修改MDB库表名源码,修改MDB库表名...
易语言代码框中文加亮模块源码,配置项目,接口面板,加载_代码框初始化,加载_风格树,加载_风格属性,加载_风格字体,加载_风格字体大小,分界程序,折叠标志样式号单击消息,分界程序1,代码...