Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

达梦数据库连接字符串好像有问题,不能指定库名 #1915

Open
manasheep opened this issue Nov 7, 2024 · 1 comment
Open

Comments

@manasheep
Copy link

问题描述及重现代码:

// c# code
@"server=192.168.11.165;port=5236;user=sysdba;password=12345678;database=YSZD;poolsize=5"

这里我是指定数据库为YSZD的,但实际执行时根本不会产生相关SQL代码,所有执行目标都是SYSDBA库

数据库版本

安装的Nuget包

.net framework/. net core? 及具体版本

@2881099
Copy link
Collaborator

2881099 commented Nov 7, 2024

是的,和oracle一样,用Table Name 特性指定库名。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants