0

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

3
  • "it's not work" is far too vague. Please give more details. Commented Dec 6, 2010 at 6:59
  • Try to follow this instruction(has video) ienablemuch.com/2010/10/… Try NHibernate 3 it now has Linq provider, sample code: ienablemuch.com/2010/12/…. I've tried DbLinq before, I don't have much luck with it, some queries that run on Linq-to-sql doesn't run on DbLinq. Try NHibernate 3's Linq Commented Dec 6, 2010 at 7:06
  • An example for Fluent NHibernate ienablemuch.com/2010/12/… Commented Feb 17, 2011 at 1:06

1 Answer 1

2

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 )

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.