CSE SQL Database Library
by Laurent Cavin
08 Oct 2003
(Updated 06 Jan 2004)
A simple library for dealing with SQL databases.
Editor's Notes:
EDITOR'S NOTE:
Functionality for data exchange between MATLAB and ODBC/JDBC compliant databases is also provided with the MATLAB Database Toolbox.
|
Watch this File
|
| File Information |
| Description |
This library has been implemented because the database toolbox of MathWorks requires to have databases registered in the "ODBC Data Sources" dialog, which is cumbersome when a MATLAB program needs to access different, ever changing databases that for instance result from third party software like AspenTech's BatchPlus, or needs to create new databases and of course write/modify them.
The library contains many functions, which connect to databases, read tables and table definitions, can execute any SQL command and create temporary query tables; the provided help gives details about the different m-files. It has been created for a specific purpose and hence does not support for instance creating or modifying Tables - except via DBExecute that can run any user-defined SQL string.
It supports an error-trapping and (removable) custom warnings.
(c) CSE - L.Cavin, 2003
Version 1.0 - 20.09.2003
This library is free to use and modify for non-commercial purposes.
The file to download is an installer file made with MakeInstall (http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=1529&objectType=file). |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
makeinstall
This submission has inspired the following:
generateXML
|
| MATLAB release |
MATLAB 6.5 (R13)
|
| Other requirements |
CSE SQL Database Library uses Microsoft Access ActiveX components and therefore must run on a PC where Office is installed.
NO SUPPORT FOR UNIX! |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (7) |
| 17 Feb 2004 |
Torito Stevens
|
|
|
| 09 Jun 2004 |
Gerald Dalley
|
|
|
| 11 Aug 2005 |
Ryan C
|
|
|
| 16 Nov 2005 |
Robert Flight
|
|
|
| 17 Nov 2005 |
Laurent Cavin
|
|
|
| 19 Jun 2007 |
nana sukira
|
|
|
| 03 Jul 2008 |
jessica zhang
|
|
|
|
Contact us at files@mathworks.com