Connectivity to postgres from asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • navneetkaur
    New Member
    • Sep 2007
    • 45

    Connectivity to postgres from asp.net

    I am doing connectivity to PostgreSql from asp.net 2.0 using odbc but i am not able to connect i got error Data source name not found and no default driver specified.

    code is written for connectivity is like...

    con = new OdbcConnection( "Driver={Postgr eSQL};Server=Ip Address;Port=54 32;Database=dat abase name;Uid=user id;Pwd=;");

    from google i found its alternative npgsql but i dont know why,i am not able to download npgsql.dll...tr ue is i am not able to find that dll from internet...

    please help me...how i can remove this error.this is very urgent i have to do it today itself...
    so please provide me yours valuable support.
    i am very thankful to u in advance.
  • lkoumis
    New Member
    • Oct 2008
    • 1

    #2
    See in connectionstrin gs.com

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by lkoumis
      See in connectionstrin gs.com
      Might be too late. The OP said they wanted the response "today itself" on 25 January!

      Comment

      Working...