-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> [Microsoft][ODBC Driver Manager] Data source name not found and no 
> default driver specified.

Make sure your data source is a system data source, not a user data source
(check to see which tab it's under in Control Panel/ODBC). Sounds like you
have a user DSN that your IDE can see since it's running with your user
credentials, but Apache can't, since it's probably running as "system" if
you're running it as a service. (If you're running Apache from the command
prompt, this probably won't help...)

--Don


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to