Forums

ASP

This topic is locked

Inserting recording into a Access relational datab

Posted 27 Aug 2001 03:21:03
1
has voted
27 Aug 2001 03:21:03 Billy Brackman posted:
HI All,

Could some body enlighten me to a prob. that I have with inserting records into an access relational database via an asp insert record page? The problem that I am getting is that after I insert the record the database is locked up & can be browsed via my asp pages, the records are inserted just fine & can keep being inserted, I can also open the database up in access & view my records OK... The only way I have found to superficially fix this problem is to re-create my DSN, but once I try to insert again I get the same problem...

I don't get this problem with unrelated database tables, they work just fine...

The errors that I am getting are:

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/amazingtiles/products.asp, line 25

& when I refresh the page the error changes to the below error:

Error Type:
Provider (0x80004005)
Unspecified error

The way the database is related is:

atcategories table (relates to the) atsubcategories table (which relates to the) atproducts table - referential integrity is off.

Any suggestions or help would be greatly appreciated.

Regards

Billy Brackman


Replies

Replied 27 Aug 2001 05:20:54

Reply to this topic