Ask a Question related to ASP Database, Design and Development.
-
S #1
Problem with accessing table in access database
i had a working site with iis5 winxp professional on a p4 machine.
suddenly i am having problems with and the asp pages which have some
updating commands for the database. the update commands dont work and i get
one of the following error messages. i have tried restarting the computer
and have also reinstalled microsoft office xp but the problem has not been
solved as yet.
please help
1. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x994 Thread 0xac4
DBC 0x147f024 Jet'.
2. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object
is read-only.
S Guest
-
Insert table - ASP and access database
Hi, I am working towards trying to insert data in to two tables from one form. My code won't work so I have simplified everything. I... -
Accessing data from an MS Access database on a remote web server
Please forgive me if I have posted this to the wrong group! I have written a VB6 application that works fine. With that said, I would like to add... -
ADO error accessing - Access Database
Hello, I have an Access database that is setup as a System Datasource on a Win2k Server. This Access database is accessed by about 15... -
How can I create a table in my Access database dynamically in ASP?
How can I create a table in my Access database dynamically using ASP? -
Trouble accessing the MS Access 'MSysObjects' system table through an ASP page
Earlier on this board, I got a solution from Ray (thanks again) on how to run a querry to see if a table exists and it works fine in Access. But... -
Bullschmidt #2
Re: Problem with accessing table in access database
Your Web host should have some kind of admin area for you to use or else
you might have to call or e-mail them what you want. The anonomous
Internet user needs write permissions on the virtual folder (not the
physical folder) that contains the database.
Best regards,
J. Paul Schmidt, Freelance ASP Web Consultant
[url]http://www.Bullschmidt.com[/url]
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest
-
Jeff Cochran #3
Re: Problem with accessing table in access database
On Mon, 19 Apr 2004 00:41:17 +0530, "S" <uandme72@yahoo.com> wrote:
1) Try posting to relevant groups, not everything with the name>i had a working site with iis5 winxp professional on a p4 machine.
>suddenly i am having problems with and the asp pages which have some
>updating commands for the database. the update commands dont work and i get
>one of the following error messages. i have tried restarting the computer
>and have also reinstalled microsoft office xp but the problem has not been
>solved as yet.
>please help
>
>1. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
>[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
>registry key 'Temporary (volatile) Jet DSN for process 0x994 Thread 0xac4
>DBC 0x147f024 Jet'.
>
>
>2. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
>[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object
>is read-only.
"Access" in it. As far as I can tell you're not even using an ActiveX
control but you crossposted to the group. I hope you follow the
inetserver hierarchy, I cut all the others from this reply.
2) Google would have given you dozens of resources with answers to
these extremely common questions.
3) So common they're part of a FAQ:
Why do I get database-related 80004005 errors?
[url]http://www.aspfaq.com/show.asp?id=2009[/url]
Why do I get non-database-related 80004005 errors?
[url]http://www.aspfaq.com/show.asp?id=2413[/url]
Jeff
Jeff Cochran Guest
-
Val Mazur #4
Re: Problem with accessing table in access database
Hi,
Check next KB
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;295297[/url]
--
Val Mazur
Microsoft MVP
"S" <uandme72@yahoo.com> wrote in message
news:eFd7wjXJEHA.2704@TK2MSFTNGP10.phx.gbl...>i had a working site with iis5 winxp professional on a p4 machine.
> suddenly i am having problems with and the asp pages which have some
> updating commands for the database. the update commands dont work and i
> get
> one of the following error messages. i have tried restarting the computer
> and have also reinstalled microsoft office xp but the problem has not been
> solved as yet.
> please help
>
> 1. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
> registry key 'Temporary (volatile) Jet DSN for process 0x994 Thread 0xac4
> DBC 0x147f024 Jet'.
>
>
> 2. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or
> object
> is read-only.
>
>
>
>
Val Mazur Guest



Reply With Quote

