Skip to content
#

odbc

Here are 192 public repositories matching this topic...

xuanhuangkeji
xuanhuangkeji commented Nov 5, 2021

问题描述及重现步骤:

直接导入包FreeSql.Provider.KingbaseES
测试代码:
var connStr = "Server=xxxxxx;Port=60049;UID=system;PWD=123456;database=test;MAXPOOLSIZE=2";

        var fsql = new FreeSqlBuilder()
            .UseConnectionString(DataType.KingbaseES, connStr)
            .Build();

直接提示密码认证失败
若是使用OdbcKingbaseES,再导入odbc包会一直提示找不到没有数据源名称

另一个群里的朋友遇到的人大金仓的问题
![image](https://user-i

good first issue docs

Improve this page

Add a description, image, and links to the odbc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the odbc topic, visit your repo's landing page and select "manage topics."

Learn more