MATLAB DATABASE TOOLBOX RELEASE NOTES Guida Utente Pagina 380

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 684
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 379
6 Using Database Toolbox Functions
6-38
This result shows that d is a valid JDBC driver object. If it is a not valid JDBC
driver object, the returned result is 0.
5
Use the drivermanager function to create a drivermanager object dm.
dm = drivermanager
6
Get properties of the drivermanager object.
v = get(dm)
v =
Drivers: {'sun.jdbc.odbc.JdbcOdbcDriver@761630'...
[1x38 char]}
LoginTimeout: 0
LogStream: []
7
Set the LoginTimeout value to 10 for all drivers loaded during this session.
set(dm,'LoginTimeout',10)
Verify the LoginTimeout value.
v = get(dm)
v =
Drivers: {'sun.jdbc.odbc.JdbcOdbcDriver@761630'}
LoginTimeout: 10
LogStream: []
Vedere la pagina 379
1 2 ... 375 376 377 378 379 380 381 382 383 384 385 ... 683 684

Commenti su questo manuale

Nessun commento