搜索资源列表
JZ_GM_Tools-V0.1
- 这是一个以网游<剑宗>作为例程来演示易语言操作Mysql数据库的源码,功能包括读取与写入相应字段的值-This is the value of an online <Gladius> as a routine operation to demonstrate easy language source Mysql features include read and write the corresponding field
mysolyx
- 易语言运行MySQL文件源码例程程序结合易语言MySQL支持库实现MySQL数据库文件的读取。 点评:易语言运行MySQL文件源码需要对MySQL文件的内部数据结构有所了解。 -Easy language file to run MySQL source routine program combines easy language support library achieve read MySQL MySQL files. Comments: Easy languag
20151113_034819070
- 易语言MySQL注册登录源码例程程序结合易语言扩展界面支持库和MySQL支持库,实现用户注册登录功能。-Easy language MySQL registration login source routine procedures combined with easy language extensions interface support library and MySQL support library, to achieve user registration login functi
339
- 易语言mysql查询源码例程程序结合易语言mysql支持库和数据操作支持库,实现mysql数据库的操作。 -Easy language MySQL query source routine procedures combined with easy language MySQL support library and data operations support library to achieve the operation of the MySQL .
ku
- 进出库管理系统易语言源码例程程序结合易语言扩展界面支持库和MySQL支持库实现进出库管理。 -Library management system easy language source code routines combined with easy language extensions interface support library and MySQL support library to achieve access to the library management.
ADODB数据库类操作实例
- 可以连接4种数据库,例程里带了ACCESS和Firebird的数据库文件,MYSQL和MSSQL的就自己建吧,结构和ACCESS的一样就可以了。 另外Firebird 用的是2.12版的,嵌入式的,网络的也可以,修改下连接就行了,试的时候记得搭环境。 MYSQL用的5.1的ODBC驱动,没有的自己下了装下。 MSSql我用的2000,高版本的我没有试。 发现“到尾记录”中的一个错误,就不重新上传了,大家自己修改下吧!注意 MoveLast 这个 .版本 2 .子程序 到尾
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库