Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Table using access db

Status
Not open for further replies.

mejiaks

IS-IT--Management
Jun 9, 2003
131
HN
Hi, I am trying to work with a Dynamic table with ASP Java script. I have everything configured, the test server, which happen to be the same machine where i am working.

the recordset is working properly, I have tested within macromedia and it shows me the records on my table.

here is the thing, when i tried to view the page on the explorer it gives me this message

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
/BLUE/Archive2.asp, line 9

so far i've tried :

changing the document type java, VB, C#
I set the security of the data dir to everyone full control

and nothing seems to work

please help
 
Never mind, I found a solution, It seems that it is better to use a DSNless connection insted of a DSN. so that is what i did

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top