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 bkrike 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 storm1976

  1. storm1976

    70-271 and 70-270 any differences?

    Hi there, Just a quick question. Are there any differences between these exams. I have already passed 70-271 in order to pass MCDST. Taking 70-270 exam in about a month using the same book. Will this book cover all the bases or would i be better off splashing the cash for a 70-270 book...
  2. storm1976

    about asp cookies question thanks

    to get value one you use <%=request.cookies("yourcookie")("value1")%> response.cookies sets the cookie request.cookies gets the value from the cookie. so yeh :o)
  3. storm1976

    about asp cookies question thanks

    Hi there melnet, Response.Cookies(CName)(CKey) = CValue means you can have many values in the same cookie Response.Cookies("yourcookie")("value1") = "value 1" Response.Cookies("yourcookie")("value2") = "value 2" so here the CName is "yourcookie" the CKey is "value1" and "value2" and the...
  4. storm1976

    SQL Injection Validation Help Please.........

    you may find something here. http://www.regexlib.com
  5. storm1976

    database passwords

    hello there, well the problem is ive been given a database from a previous colleague and there is no details of passwords. the database has alot of information that we need to get hold of. is it a case of having to start again and lose all the information or is there a way to get into the...
  6. storm1976

    limit characters in a single word

    cheers mwolf00 worked a treat.
  7. storm1976

    limit characters in a single word

    hi, this is just a question also wondering if im in the right place to post this. I am writing a small basic forum. when people post a reply or a thread i would like to be able to limit the characters on a word for example dont want people to post this...
  8. storm1976

    deleting relationships online

    Ok heres the scenario. I uploaded a database to our website a few months ago, with many tables in some related. There were also tables which were empty for future development. So now it has come round to the time to work on these tables. However, there is a relationship between two tables...
  9. storm1976

    deleting relationships through asp

    unfortunately am still on access any ideas where is shoudld post it?
  10. storm1976

    deleting relationships through asp

    thanks for the quick mwolf00 but its is just the relationship to be deleted. i have tested it out our local version and comes up with an error. Error Type: Microsoft JET Database Engine (0x80004005) Cannot delete this index or table. It is either the current index or is used in a...
  11. storm1976

    deleting relationships through asp

    Yes it seems a bizarre subject but unfortunately dont know where to put it. Ok heres the scenario. I uploaded a database to our website a few months ago, with many tables in some related. There were also tables which were empty for future development. So now it has come round to the time to...
  12. storm1976

    html in access database

    hello there, not sure if this is the right place to post it but im sure you will tell me soon enough. just wondering about putting html into an access database. and how it could be dragged out again using asp. cheers storm
  13. storm1976

    why would i get an error when submitting?

    cheers james after a bit of tweaking etc. it worked a treat. thanks again Storm
  14. storm1976

    why would i get an error when submitting?

    i did the changes to the code and it still come up with the same error. have used it as lower case and also else if (okSoFar==true) { //-- The statement below actually submits the form, if all OK. document.myForm.submit() and else { //-- The statement below actually submits...
  15. storm1976

    why would i get an error when submitting?

    hi, here is my code for a basic form validation. the problem occurs when all the validation is fine. an error on the submit line saying the object doesnt support the property or method. i tested it out with an alert and this seems to work alrighty but the submit doesnt like it at all...

Part and Inventory Search

Back
Top