Hello,
I am using dreamweaver to make a web site with multiple update commands and I just realized that when I use a textarea and update to a memo field in Microsoft Access it transfers the information into the Access table. Yet, when I try to populate the textarea again, it comes up blank...
Hello all,
I keep getting a message saying that I am passing the wrong amount of arguments or have invalid properties. COuld someone please look at this code and tell me what I have done wrong? It looks good to me, but that is probably a large amount of the reason why I can't find the error...
Hello all,
I need to provide form validation checks for an updateable application website that I am constructing. I know how to check for length and in string values, but for some reason I cannot recall how to check for integers.
For example, I need to run a validation on a zip code field...
Hello,
I am trying to figure this out. I know it is common knowledge that this problem exists, but I cannot solve it. I have a connection established to a DSN.
I used to receive the Unspecified Error randomly, but now I get it all the time when using my ISS.
Here are the things I have...
Hello,
I open a recordset in a classic ASP page with this code:
<%
Dim rsLogin__MMColParam
rsLogin__MMColParam = "a"
If (Session("TeachID") <> "") Then
rsLogin__MMColParam = Session("TeachID")
End If
%>
<%
Dim rsLogin
Dim rsLogin_numRows
Set rsLogin =...
Hello,
I have a page where a user can delete a record. I want to put a message box that confirms the deletion. I have it to the point where the msg box pops up, but it has no bearing on the delete record. Whether you hit ok or cancel, it still deletes the record. How do I act on the result...
Can someone explain to me how to call an Access update query and pass it parameters?
Thanks in advance!!! My five month old is sucking my fingers down his throat or I'd write more.
Hello,
I am using multiple update commands on my site and I am not sure how to deal with zero length strings. I am sure you check the length, but I can't sort it out in my head how to do it. I have many fields in each update command so I was thinking I could set up a function.
To be honest...
This is just another newbie question. I am used to working in Access with VBA. In Access, I can set a visible attribute to certain text and fields to be triggered on a radio group being clicked. Is that possible in ASP VBScript?
Two other things...this is my third post on this forum and I am...
Hello,
I am trying to figure out how to pass to a form that a radio button should be checked depending on a session variable. Same with list boxes. I have the user filling out the form with text boxes, check boxes, radio buttons, and list boxes. I have figured out how to repopulate the text...
Hello,
I am running into a problem trying to make a page for a user to add an account to a database. Right now, I have a form that the user fills out. From there, the form submits to a processing page that checks to make sure it is an original username and that the "password" and the "retype...
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.