Database Activities的Insert功能

Insert: Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information. 当我试着调用Database的Activities,总会遇到这个错误。在同一个链接中的select语句就没有任何问题。在英文网站上看到有相似的问题,不过没有明确的解答,希望在这边能有高手帮助一下

Hi @liyingjun
Uipath.database.activitirs

Use execute query to perform select command

Thanks
Ashwin.S

1 Like

that’s exactly what I’m doing, here is the order of my code, the dbTable headers match the database column names also

root权限么?

另外,试一试 创建表格下,insert看看。

是用的system用户做的操作。系统自带的表是可以做insert的,当时自己创建的表就会报错

表创建时候,权限貌似不对,或者 insert的内容是一样的吗?

Could you show me the entire xaml file?