Matlab database toolbox writting error
Ältere Kommentare anzeigen
Error using database.odbc.connection/sqlwrite (line 218) ODBC JDBC/ODBC Error: ODBC Driver Error: .
6 Kommentare
Guillaume
am 15 Mai 2018
You have not provided any context or code with your error. All we can tell you is that your ODBC driver is not happy for some reason. We're not clairvoyant so can't tell you why it's not happy without more information.
Alex Fernandez
am 15 Mai 2018
Greg
am 16 Mai 2018
Is your database or file system set to read-only?
Guillaume
am 16 Mai 2018
But when I try to write my data, it prompts the error message
Possibly, there's something wrong with the syntax of your write instruction. Possibly, as greg says, your database is read only. Possibly, you're trying to write in a non-existant table or column, ...
Again, without seeing what you're actually doing, there's no way we can tell.
Alex Fernandez
am 27 Mai 2018
Bearbeitet: Alex Fernandez
am 27 Mai 2018
Alex Fernandez
am 27 Mai 2018
Bearbeitet: Alex Fernandez
am 27 Mai 2018
Antworten (0)
Kategorien
Mehr zu Reporting and Database Access finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!