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...
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
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...
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...
a quick question
when you are using response.redirect can you insert a variable into the URL?
for example:
---
dim temp
temp = 5
response.Redirect("test.asp?whatnum=temp")
---
how would I make the variable be inserted into the URL so that it would be "test.asp?whatnum=5" ?
Hi!
Is there any way to send email through ASP? My boss wants an email sent to him anytime someone adds a post to a forum that I made for him. I honestly have no idea how to do this.
any suggestions would be greatly appreciated!
Hey,
I am an intern at a company creating database webpages.
My boss asked me to make a hyperlink on a website that automatically populates a microsoft word document(or another type of text document) with information from an Access 97 database.
Can anyone give me any advice on how to do this?
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.