Matlab database toolbox writting error
显示 更早的评论
Error using database.odbc.connection/sqlwrite (line 218) ODBC JDBC/ODBC Error: ODBC Driver Error: .
6 个评论
Guillaume
2018-5-15
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
2018-5-15
Greg
2018-5-16
Is your database or file system set to read-only?
Guillaume
2018-5-16
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
2018-5-27
编辑:Alex Fernandez
2018-5-27
Alex Fernandez
2018-5-27
编辑:Alex Fernandez
2018-5-27
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Reporting and Database Access 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!