> I am trying to connect to the database from a cgi running under MS IIS > If I run my script from the command line, all is well but if I run it in > the > web server, it is unable to connect:
Likely problem is that the user account that IIS run's under doesn't have access to a required resource. This could be the database file, a driver or engine? -- Simon Oliver