Replies: 2 comments
-
应该是由于字符集为US7ASCII导致的,我生成单个表的模型是可以的。但生成的中文注释是乱码。 在使用generator的Model生成命令时,无法指定Oracle的连接字符串为Provider=OraOLEDB.Oracle,会报错 |
Beta Was this translation helpful? Give feedback.
0 replies
-
尝试步骤:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用命令:FreeSql.Generator -Razor 1 -NameOptions 0,0,0,1 -NameSpace XX.XXX -DB "Oracle,user id=XXpassword=XX;data source=//192.168.1.XX:1521/orcl;pooling=true;max pool size=2" 进行Model生成时,报错如下

Beta Was this translation helpful? Give feedback.
All reactions