in reply to Re: CGI and ODBC (progress)
in thread CGI and ODBC (progress)

apache user is (in httpd.conf) : User daemon Group daemon I did not found how to check with this user.

Replies are listed 'Best First'.
Re^3: CGI and ODBC (progress)
by mje (Curate) on Apr 28, 2010 at 15:47 UTC

    I don't know how Apache works in Windows but are you sure you have a user called daemon in Windows? What I am talking about is your Windows username - the person you login as. If you login as user fred and create a USER DSN then only user fred sees that DSN. That means a process (like Apache) running as user daemon only sees USER DSNs created by daemon and cannot see USER DSNs created by fred. For this reason DSNs you want accessible by multiple people are created as SYSTEM DSNs.