Ask a Question related to ASP, Design and Development.
-
Bhavin #1
Problem in updating time field
Hi
I'm trying to update time field which MSACCESS using query
Sql2 = "Update tblExtraNetUsers SET Lo_date = " & Date()
& ",Lo_time =#" & FormatDateTime(Time(),4) &"# ,Lo_count
= " & rs("Lo_count") + 1 & " WHERE UserLogOn = 'david'"
But its always gives a error message
Operation must use an updateable query.
Thanx at advance
Bhavin Guest
-
Updating Sort Order on a field?
Hi i have a customer table. i am displaying them in sorted order. but now i have added 1 field call SortID. now when ever if i add a new... -
Updating an Access Yes/No field from a datagrid
I have a DataGrid that is configured to use the Edit/Update/Cancel concept correctly. My grid shows values from 5 database fields. I only need to... -
updating 200 textmebers at a time
Hi, on stage I´ve created a matrix of 20X10 textfields, each textfield contains one letter. I would like to refresh te contents of the textfields... -
Formatting a time field to 24 hour time (Military time) in the Datagrid
Anyone know how to do this? -
Updating global field on host
FileMaker clients in a networked database can change global fields for their current session, but the changes will not be saved. The only user that... -
Ken Schaefer #2
Re: Problem in updating time field
Check your NTFS permissions. You probably need to give the IUSR account
sufficient privileges to update the database.
Cheers
Ken
"Bhavin" <anonymous@discussions.microsoft.com> wrote in message
news:068901c3979e$5c1d8010$a601280a@phx.gbl...
: Hi
: I'm trying to update time field which MSACCESS using query
:
: Sql2 = "Update tblExtraNetUsers SET Lo_date = " & Date()
: & ",Lo_time =#" & FormatDateTime(Time(),4) &"# ,Lo_count
: = " & rs("Lo_count") + 1 & " WHERE UserLogOn = 'david'"
:
: But its always gives a error message
: Operation must use an updateable query.
:
: Thanx at advance
Ken Schaefer Guest
-
Bhavin #3
Re: Problem in updating time field
How can I check NTFS permission and how to give the IUSR
account sufficient privileges to update the database.
-Bhavinthe IUSR account>-----Original Message-----
>Check your NTFS permissions. You probably need to givemessage>sufficient privileges to update the database.
>
>Cheers
>Ken
>
>"Bhavin" <anonymous@discussions.microsoft.com> wrote inquery>news:068901c3979e$5c1d8010$a601280a@phx.gbl...
>: Hi
>: I'm trying to update time field which MSACCESS using()>:
>: Sql2 = "Update tblExtraNetUsers SET Lo_date = " & Date&"# ,Lo_count>: & ",Lo_time =#" & FormatDateTime(Time(),4)>: = " & rs("Lo_count") + 1 & " WHERE UserLogOn = 'david'"
>:
>: But its always gives a error message
>: Operation must use an updateable query.
>:
>: Thanx at advance
>
>
>.
>Bhavin Guest
-
Ken Schaefer #4
Re: Problem in updating time field
Right-click on a folder in Explorer -> Properties -> Security tab.
IUSR_<machinename> needs Read/Execute/Write
Creator/Owner should have "Full Control"
Cheers
Ken
"Bhavin" <anonymous@discussions.microsoft.com> wrote in message
news:04ba01c3982c$15d3a240$a401280a@phx.gbl...
: How can I check NTFS permission and how to give the IUSR
: account sufficient privileges to update the database.
: -Bhavin
: >-----Original Message-----
: >Check your NTFS permissions. You probably need to give
: the IUSR account
: >sufficient privileges to update the database.
: >
: >Cheers
: >Ken
: >
: >"Bhavin" <anonymous@discussions.microsoft.com> wrote in
: message
: >news:068901c3979e$5c1d8010$a601280a@phx.gbl...
: >: Hi
: >: I'm trying to update time field which MSACCESS using
: query
: >:
: >: Sql2 = "Update tblExtraNetUsers SET Lo_date = " & Date
: ()
: >: & ",Lo_time =#" & FormatDateTime(Time(),4)
: &"# ,Lo_count
: >: = " & rs("Lo_count") + 1 & " WHERE UserLogOn = 'david'"
: >:
: >: But its always gives a error message
: >: Operation must use an updateable query.
: >:
: >: Thanx at advance
: >
: >
: >.
: >
Ken Schaefer Guest



Reply With Quote

