Need to see your SQL statement, because it appears that you have either not open the database/table
or you have closed the database/table prior to running this query.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Jed" <(E-Mail Removed)> wrote in message
news:5605B8FE-77F2-42BA-A42E-(E-Mail Removed)...
>I am working with an Access Database file that was created with SQL and when
> I use the database results wizard in FP I am getting this error message when
> the wizard tries to locate the record source(table) to reference.
>
>
> Server error: Unable to retrieve the list of record sources from a database
> using the connection string:
>
> DRIVER={Microsoft Access Driver (*.mdb)};DBQ=URL=fpdb/WebVote.mdb.
>
> The following error message comes from the database driver software; it may
> appear in a different language depending on how the driver is configured.
>
> -------------------------------------------------------
>
> Source: ADO
>
> Number: -2146824584 (0x800a0e78)
>
> I checked the # of the message, and it says "the operation requested is not
> allowed if the object is closed". Does this mean that the Access file was
> not created properly in SQL or what?
>
> The file itself is not corrupt and I can open the file and the data is
> intact. I access all kinds of other databases on my website without any
> problems, but this is the only one that was created via SQL. Is there a
> certain procedure or bit of coding that is different when dealing with SQL
> created Access files? Any help would be greatly appreciated.
>