将 DB_LINQ 用于 PostgreSQL 和 C#
亲爱的.. 我想使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,所需的参数比您预期的要多。 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 )