One last addendum...
I figured it out. Found a site that explained it was the order in which I was calling the fields and then the fact I have to put a memo into a local variable.
Phew.
Okay, thanks for reading.
-JP
As an addendum to this post, I tried posting the information a second time to the memo field and this time it erased the information and set the value to NULL.
And that is just no good. :)
So, to summarize, I can't recall from a memo field, I can transmit information once, and then...
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...
Hey,
Thanks so much. Funny thing is that I finally got ahold of my mother (my personal coding assistant) and she gave me some tips and I have been playing around with it for the last hour and finally got it to work! Then I check your script and it is exactly what I figured out.
Also, you...
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...
Hey Samalia,
Unless you are submitting the form to itself, the line:
<% session("varuser") = Request.Form("username") %>
has to be on the next page that you are submitting the form to. Other than that, that piece of code looks right.
When you are using the output ASP code, use...
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...
Thanks alot! Syntax between ASP and VBScript can give me fits sometimes.
I appreciate all the help guys! If it weren't for these forums, I would know nothing.
-JP
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.
Whoops...a misplaced question mark. There is no question that I am thanking you. The question was do you think this is a step in the right direction. :)
Hello again,
I have been looking through the SQL Injection articles for the last couple hours. I am using MS Access to store my tables. I have read in multiple different places that it is harder to use SQL injection with Access. I am about to toy around with using a stored command to run...
Hey,
Thanks both of you. It is late and I do not have time to look into this stuff today, but I really appreciate the advice. I am continuing to learn this stuff on my own and I am so grateful for people like you and these forums.
I look forward to trying this stuff out and looking into SQL...
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...
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.