简体   繁体   中英

No “sqlread” in Matlab 2019a Database Toolbox?

Our shop just upgraded to Matlab 2019a, and I'm bumbling around the import of MySQL/MariaDB data ( *.frm files). I found myself to the sqlread tutorial. I have yet to fully plumb the machinations behind the database command to set up a connection, but in messing around, I seem to have discovered that I don't have an sqlread function. This is odd, as I have the Database Toolbox:

>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.6.0.1072779 (R2019a)
MATLAB License Number: ______
Operating System: Microsoft Windows 7 Enterprise  Version 6.1 (Build 7601: Service Pack 1)
Java Version: Java 1.8.0_181-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB                                                Version 9.6         (R2019a)
Database Toolbox                                      Version 9.1         (R2019a)
    <...snip...>

>> help sqlread
--- sqlread not found. Showing help for stlread instead. ---
    <...snip...>

>> which database
C:\Program Files\MATLAB\R2019a\toolbox\database\database\database.m

>> which sqlread
'sqlread' not found.

Why would this not be available?

TMW investigated and reported that sqlread becomes available after setting up a data source.

Unfortunately, the next road block that I'm confronting is setting up the data source .

My question about a simpler alternative to import MySQL data into Matlab still stands.

Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM