BASIC可程式化的能力 

可程式化表達的自由

Programmable Controllers

 

MySQL Client Library

Release Date:30 November 2010
Project files:
Source Code
Platform:EM1000
Try it on:EM1000, DS1000, EM1000-EV, EM1000-TEV, EM1202, EM1202-EV

About The Application

This library was created by Ivan Korposh of SCANCODE Russia.

The MySQL library lets you use any EM1000-based Tibbo device as a MySQL client. The MySQL server should not be older than v4.1. The library allows you to connect to the server and send any MySQL request -- whether it is for creating tables, deleting columns, updating or inserting data, or selecting data from a table.

Working with the library is quite easy. Just add the file to your project, set the MySQL server address, and execute sql_ init() and sql_connect("login","password", "database"). That's all it takes to connect to a server! Then, using sql_request("request") you can execute any available action from your database.