using sqlwrite to attempt insertion of matlab table into sql server table. odbc error involving uniqueidentifier columns.

2 次查看(过去 30 天)
I have tables in a sql server database with uniqueidentier datatypes for the primary and foreign keys. I am populating matlab tables with data that includes a string representation of the uniqueidentifier values for the primary and foreign keys already populated.
When I call sqlwrite(conn,tablename,data,'ColumnType',coltypes) I get an odbc error on row 1 column 1 which is the string representation of the uniqueidentifier for the primary key.
In my coltypes array, I've tried uniqueidentifier, char, and varchar(37) as data types for this column, but same results every time.
Please advise.
Steve Satterfield
  1 个评论
Dave Chandler
Dave Chandler 2022-12-7
The problem may be in how you are initializing the uniqueidentifier. Please look at this uniqueidentifier documentation (mainly the two bullets under "Remarks") to see if this points to an initialization issue.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Database Toolbox 的更多信息

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by