mysql
by Jozef
11 Jul 2009
very simple mysql class file for working with mysql databases.
|
Watch this File
|
| File Information |
| Description |
In m file just change line
obj.dbconn = database('name', 'user', 'password');
using your own data.
In main program just do connection = mysql.
Result = connection.execute('statement') executes any mysql statement and obtains data, if any, in variable result.
connection.tableExists('tableName') is true/false based on existence of the tableName in Mysql database. |
| Required Products |
Database Toolbox
|
| MATLAB release |
MATLAB 7.7 (R2008b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com