I found this thread and though, here is my answer, but it seems there is no resolution. I also cannot access session variables from one page to the next. My session is enabled on IIS and the timeout is 20 minutes. I set the variable on one page and even put the value in the query string to...
Figured it out. I had two problems in my database.
1.) There are additional fields in my database that I was not updating and these fields had zero length values. This causes an update syntax error. Because I am new to Microsoft development and Access DBs, I was unaware of this.
2.) One of my...
I am trying to update a record in an access database table that has the name "dietentries".
The fields I am updating are Time, Food, Quantity.
My where clause is based on an ID that is a long integer.
I have tried casting the ID to both Cint and Clng.
My update string is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.