User Profile

Collapse

Profile Sidebar

Collapse
thenagus
thenagus
Last Activity: Mar 21 '08, 12:31 AM
Joined: Mar 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thenagus
    replied to Checkbox & Queries
    Okay thanks, I think I have it figured out. I don't know what I have changed over the past few months in my programming technique, but apparently something has changed. I used to use checkbox values with Access. I know I used to use the add.new function, now I use "Insert into". Maybe that is why I now get the error.

    Anyways, what I did was change the true/false datatype to a byte formatted number type, this was I can stick...
    See more | Go to post

    Leave a comment:


  • thenagus
    replied to Checkbox & Queries
    Okay, let me try this again (browser crashed mid post)


    What I have done to get the error is the following

    joinchapter.asp
    <form method=post action=joinsubm it.asp>
    <input type=checkbox name=money> Donate
    <input type=submit>


    joinsubmit.asp
    Session("money" ) = Request.Form("m oney")
    Details = oConn.Execute(" INSERT
    ...
    See more | Go to post

    Leave a comment:


  • thenagus
    started a topic Checkbox & Queries

    Checkbox & Queries

    I am working on a youth rights website, and while working on the membership application, I receive an datatype mismatch error.

    I have pinpointed the error to be related to checkbox values.

    All form variables are passed to the next page which then stores the forms values as session variables.

    In the database, each of the database fields are set to Yes/No datatypes. Check forms checkbox saves its variable...
    See more | Go to post
No activity results to display
Show More
Working...