J
Jed
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.
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.