Some problem with Postgre and C# .NET ADO
-
I created database in Postgre and used Postgre ODBC to connect to database. By using simple VB6 application with standard ADODB.Connection I can connect to database without any problems. But when I`m using OdbcConnection in C# ASP.NET Web application, on _Conn.open() I get this error message: ERROR [IM003] Specified driver could not be loaded due to system error 998 (PostgreSQL). Is there some experience out there with similar problems? :((
-
I created database in Postgre and used Postgre ODBC to connect to database. By using simple VB6 application with standard ADODB.Connection I can connect to database without any problems. But when I`m using OdbcConnection in C# ASP.NET Web application, on _Conn.open() I get this error message: ERROR [IM003] Specified driver could not be loaded due to system error 998 (PostgreSQL). Is there some experience out there with similar problems? :((