Ask a Question related to ASP Database, Design and Development.
-
JGP #1
Unable to Write Records to MS Access
I inherited a small project tracking app, and after
migrating the app to my machine, started receiving the
following error message....
Error Type:
Microsoft JET Database Engine (0x80004005)
Operation must use an updateable query.
/vzr/init_add.asp, line 115
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET
CLR 1.0.3705)
Page:
POST 1233 bytes to /vzr/init_add.asp
The relevant code block:
r1.Update
init_id = r1("init_id")
r1.Close
Response.Redirect "init_detail.asp?init_id=" &
init_id
else
%
Any help would be greatly appreciated.
JGP Guest
-
Unable to read/write to .ini file using .dll in webservice
Hi, I am new to asp.net. I am creating a web service. This I havedone. The web service calls one of our .dll's. This .dll usesthe... -
Unable to write to Windows Registry using XML Web Service
Hiya, at this very moment I'm trying to write an XML Web Service for reading and writing configuration/registry settings. But for some reason I... -
using SSL unable to write file
Hi everyone, I'm trying to send info with (https) SSL and my program comes to a halt when writing a file and sending an email. SSL was set up... -
#24125 [Fbk->NoF]: Unable to add records when opened with odbc_pconnect
ID: 24125 Updated by: sniper@php.net Reported By: michael at redboxcode dot com -Status: Feedback +Status: ... -
#24125 [Opn->Fbk]: Unable to add records when opened with odbc_pconnect
ID: 24125 Updated by: sniper@php.net Reported By: michael at redboxcode dot com -Status: Open +Status: ... -
Ken Schaefer #2
Re: Unable to Write Records to MS Access
NTFS permissions...
Anonymous User Account (IUSR_<machinename>, or whatever account is urnning
the .asp page) needs NTFS Read (RX) permissions to the folder that the
Access file is in *plus* Creator/Owner* should have Full Control.
Additionally, the same permissions need to be applied to the c:\winnt\temp
folder so that Jet can write it's temporary working files.
Cheers
Ken
"JGP" <jpapadia3@yahoo.com> wrote in message
news:0ead01c36b64$fa247220$a001280a@phx.gbl...
: I inherited a small project tracking app, and after
: migrating the app to my machine, started receiving the
: following error message....
:
: Error Type:
: Microsoft JET Database Engine (0x80004005)
: Operation must use an updateable query.
: /vzr/init_add.asp, line 115
:
:
: Browser Type:
: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET
: CLR 1.0.3705)
:
: Page:
: POST 1233 bytes to /vzr/init_add.asp
:
:
:
: The relevant code block:
:
: r1.Update
: init_id = r1("init_id")
: r1.Close
:
: Response.Redirect "init_detail.asp?init_id=" &
: init_id
: else
: %
:
:
: Any help would be greatly appreciated.
Ken Schaefer Guest
-
Aaron Bertrand - MVP #3
Re: Unable to Write Records to MS Access
[url]http://www.aspfaq.com/2062[/url]
[url]http://www.aspfaq.com/2009[/url]
"JGP" <jpapadia3@yahoo.com> wrote in message
news:0ead01c36b64$fa247220$a001280a@phx.gbl...> I inherited a small project tracking app, and after
> migrating the app to my machine, started receiving the
> following error message....
>
> Error Type:
> Microsoft JET Database Engine (0x80004005)
> Operation must use an updateable query.
> /vzr/init_add.asp, line 115
>
>
> Browser Type:
> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET
> CLR 1.0.3705)
>
> Page:
> POST 1233 bytes to /vzr/init_add.asp
>
>
>
> The relevant code block:
>
> r1.Update
> init_id = r1("init_id")
> r1.Close
>
> Response.Redirect "init_detail.asp?init_id=" &
> init_id
> else
> %
>
>
> Any help would be greatly appreciated.
Aaron Bertrand - MVP Guest



Reply With Quote

