将 DB_LINQ 用于 PostgreSQL 和 C#

发布于 2024-10-06 08:44:21 字数 259 浏览 1 评论 0原文

亲爱的.. 我想使用postgresql作为数据库,当我做google时,我发现Db_Linq将postgresql连接为LinQ。 但当我安装它时,我很困惑如何做。 首先,我下载解决方案并编译,然后在命令提示符下键入它 DbMetal.exe \服务器:localhost:5432 /用户:postgres /密码:admin /数据库:testdatabase /代码:linqGen.cs 提供商:Postgresql 但这不起作用.. 有人可以提示我如何安装 Db_Linq 吗? 提前致谢

Dear..
I want to use postgresql as database and when I was do google I found Db_Linq to connect postgresql as LinQ.
But when I install it, I confused how to do it..
First, I download solution and compile and then I type it on command prompt
DbMetal.exe \server:localhost:5432 /user:postgres /password:admin /database:testdatabase /code:linqGen.cs provider:Postgresql
but it`s not work..
Can Someone give me a hint how to install Db_Linq?
Thanks in Advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日情怀 2024-10-13 08:44:21

实际上,所需的参数比您预期的要多。 Fe --language 和 --code 是必需的。无论如何,使用 --debug 参数来查看确切的错误,然后用谷歌搜索它们)

Actually, there are more required parameters than you can expect. F.e --language and --code are required. Anyway, use --debug parameter to see exact errors, then google them )

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文