sqlsugar连接人大金仓报不支持事务错误 返回

SqlSugar 处理完成
3 334
{  "code": -1,  "msg": "中文提示 :  连接数据库过程中发生错误,检查服务器是否正常连接字符串是否正确,错误信息:Nested/Concurrent transactions aren't supported.DbType=\"Kdbndp\";ConfigId=\"\".\r\nEnglish Message : Connection open error . Nested/Concurrent transactions aren't supported.DbType=\"Kdbndp\";ConfigId=\"\" ",  "data": null,  "count": 0}

求连接字符串怎么写

热忱回答3

  • fate sta fate sta VIP0
    2024/7/10

    不能嵌套事务,如果要嵌套,看文档:事务->嵌套事务

    0 回复
  • 你好,我没有嵌套事务,我就用的TransactionScope
    image.png

    0 回复
  • fate sta fate sta VIP0
    2024/7/11

    建议用自带事务

    0 回复