thanks! that was excactly the problem.
when I was testing by myself I would just put a few random letters into each field, but when we were doing "real" testing we used longer inputs. This led me to believe that the problem was with the number of users, when it was just my field...
when I was testing by myself I would just put a few random letters in each text field, unlike when we were doing "real" testing with multiple users. Thank you so much! You just saved me a lot of trouble.
If there is a single user on my website it works just fine, but when there are multiple users it gives the following error:
--------------
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No...
This is the error I have been getting:
--------------
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
--------------
I was wondering if there was a setting in Access that prevents more than one user from accessing the database at the same time. I have a database website, and when more than one person tries to access the database it gives me an error. Everything works fine for a single user. Could the problem...
Is there an easy way to copy and rename a file on the server? Basically I have a word document that I want to be copied and renamed from test.doc to test_username.doc
Thanks Pete, but my boss didn't like the idea of using activeX or the fact that the user would have to agree to save it. He wants it all to be automatic.
Lebisol: Are you saying to just make an html page look like a word document? It would have to be stored with the '.doc' extension. Is that...
I have sucessfully been able to populate a Word document with information from an Access database. The Word document pops up in a window for the user to save onto their computer.
My boss just asked me to change this so that the file is automatically saved onto the user's computer. He wants me...
Is there any way to refresh another page using a pop up window after clicking a submit button?
Basically I have a pop up window to allow the user to enter a comment in, and I want that comment to be displayed on the main page after the user submits it with the pop up window.
I have tried...
Unfortunately the ID is generated after the form has been posted. Maybe I can do what you suggested and make a second page to sort out the information.
TonyU, are you saying to just make a session variable to hold the information about the ID? I've done that on past pages, but I am concerned about users timing out. Maybe I'll extend the lifetime of session variables and try it out.
But does that mean that there is no way to hide part of the...
I pass some information in the URL with the querystring. The problem is that I am afraid that someone is going to change the values of the variables in the URL.
for example:
localhost/example.asp?ID=74
someone could just change the ID number in the URL.
Is there any way to hide part of the...
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.