MATLAB DATABASE TOOLBOX RELEASE NOTES Guida Utente Pagina 606

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 684
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 605
7 Functions — Alphabetical List
7-176
isreadonly
Determine if database connection is read only
Syntax
a = isreadonly(conn)
Description
a = isreadonly(conn) returns 1 if the database connection conn is read only. It
returns 0 otherwise.
Examples
Check whether conn is read only.
a = isreadonly(conn)
The result indicates that the database connection conn is read only:
a =
1
Therefore, you cannot run fastinsert, insert, or update functions on this database.
See Also
database | isconnection
Vedere la pagina 605
1 2 ... 601 602 603 604 605 606 607 608 609 610 611 ... 683 684

Commenti su questo manuale

Nessun commento