CSE SQL Database Library

版本 1.0.0.0 (10.7 KB) 作者: Laurent Cavin
A simple library for dealing with SQL databases.
5.6K 次下载
更新时间 2004/1/6

查看许可证

编者注: EDITOR'S NOTE: Functionality for data exchange between MATLAB and ODBC/JDBC compliant databases is also provided with the MATLAB Database Toolbox.

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).

引用格式

Laurent Cavin (2024). CSE SQL Database Library (https://www.mathworks.com/matlabcentral/fileexchange/4045-cse-sql-database-library), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: makeinstall

启发作品: generateXML

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0