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.
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.
Comment