PDA

View Full Version : Invalid File DSN


MovieKnight
08-26-02, 08:36
Hi !
I programmed an ASP-Site to show the successtories of my firm.

It uses an Access (*.mdb)-File to save these Successstories.

Opening the page somtimes produces

"Microsoft OLE DB Provider for ODBC Drivers error '80004005'
General error: Invalid file dsn '..... odbc_con.dsn'
/how_we_work/success_stories/menu.asp, line 119"


I can't reproduce the Error.
Sometimes it occurs... but not always...

rnealejr
08-26-02, 12:05
Instead of using a dsn, have you tried an explicit connection string ?

rnealejr
08-26-02, 12:10
The following is a good article - it may not be helpful now, but could prove helpful in the future:

ms article (http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306518&)