[Resolved] Problem connecting to database.
Hi,
Newbie question probably but.....
I am trying to connect to a Postgresql database from an ASP.Net page and keep getting the following error:
"ERROR [IM003] Specified driver could not be loaded due to system error 998 (PostgreSQL)."
I have tried using the same DSN in a VB6 project and it works fine, could this be something to do with IIS?
[Edit Dave Bleby 11/08/05 10:23]
Just tried exactly the same connection details in VB.Net and it works fine.
[/Edit]
Platform: Win XP Pro SP1
IDE: VS 2003 - VB ASP.Net
ODBC Driver Version: 7.03.02.00[Resolved]Installed new driver, now works!
Any help offered will be gratefully received.
Many thanks,
Dave.
Re: Problem connecting to database.
Posting your code should help in understanding your case.