Database Connectivity
Mostrar comentarios más antiguos
How I can access the Oracle and MS Access in matlab code, without using the ODBC connection?
Respuestas (1)
Titus Edelhofer
el 2 de Ag. de 2011
0 votos
The database toolbox also allows for using the JDBC connection, i.e., using a jdbc driver...
Titus
2 comentarios
Mohsin
el 2 de Ag. de 2011
Titus Edelhofer
el 2 de Ag. de 2011
Hi,
yes, there are other ways to connect. Nice thing about jdbc is, that you don't have to "prepare" the other computer, you can easily add the jdbc driver to your executable (lower part of "deploytool") and just run the program. No need to add some odbc setting.
Titus
Categorías
Más información sobre Configure Environment en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!