Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ChampionX

  1. ChampionX

    How to "secure" the DB file?

    Hi As I learn asp, most of my doubts clear out by themselves. But there's still one of my "big" initial doubts that stays uncleared: I wonder how can I protect my access database file from being downloaded or viewed straight through its URL. Of course the file name and path should be...
  2. ChampionX

    Basic questions about the RecordSet object

    Thanks Puitar, and thanks specially to Glenn: your answer was detailed and thorough! And yes, I also hate when people asks something (not in asp, but in general, whatever) in a vague and ambiguous way! Thanks again.
  3. ChampionX

    Basic questions about the RecordSet object

    Hi it's me again. I have some more questions. I feel like a parasite for just making questions, I'd like to help other people too but, by now, my knowledge is very scarce :( Well, my questions (mainly regarding the recordsets): 1) Is it different to "build" a recordset object like...
  4. ChampionX

    "aborting" in the middle of an asp page (or redirecting)

    Thanks a lot link9. After reading your answer I realized that it was response.end() the method I was trying to use, but for some unknown reason, I was using server.abandon(). I mean, somehow the utility of response.end() and the name of "server.abandon()" got mixed up in my head :D...
  5. ChampionX

    "aborting" in the middle of an asp page (or redirecting)

    Hi, I have a basic question, I am learning asp since a few days ago, so maybe it will be a dumb question... let's go: I have a form.asp page which consists on a form which gather the data, then triggers update.asp which receives the form values and performs the update on the database. I would...

Part and Inventory Search

Back
Top