matlab to SQL, AutoCommit
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The database toolbox says, when connected, AutoCommit must be 'off', so to save data from Matlab to SQL database. I have the connection, but AutoCommit='on'. What should I do?
Thanks.
0 comentarios
Respuestas (1)
Piyush Kumar
el 30 de Sept. de 2024
The status of AutoCommit database flag determines whether or not the insert action can be undone.
If the AutoCommit flag is set to on, the database commits the exported data automatically to the database, and this action cannot be undone.
Please go through this link for more details -
0 comentarios
Ver también
Categorías
Más información sobre Database Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!