in reply to Win32 ODBC Problem

Assuming the database you want is on your local machine... Try setting the data source is setup under the System DSN tab on the ODBC admin tool. This makes it visible to all users on the system.. Setting it up under the User DSN makes it visible only to the user who set it up. also check that the driver for your database type is installed under the drivers tab. Hope this helps..

Replies are listed 'Best First'.
Re: Re: Win32 ODBC Problem
by Anonymous Monk on Jun 27, 2003 at 16:10 UTC

    All who responded

    I should have included this info in my first message...

    The DSN is defined as a system DSN. The user as per my browser env settings gathered using a perl script, is a member of the group administrator and the web server is IIS 5. As well, I am connecting to an informix 7.3 database.

    Best regards,

    R Crawford