Close operation for dbStore.
code = dbsClose( dbs_des, ...)
Opened dbStore's descriptor id
Verbose operation.
If an error occurs, output messages to display.
Result code, 0 is success, other is error.
Close operation for dbStore.
des = dbsOpen('xxx@nifs.ac.jp', 'DATA_X', 1000, 1, 'RAW'); if des > 0 then .... .... if is_error then dbsAbort(des); else status = dbsClose(des); if status == 0 then mprintf('Success.\n'); end end end | ![]() | ![]() |
バージョン | 記述 |
20.0.0 | Initial release. |