Recommend pse: Quotes, Single Quotes, etc. basics

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Recommend pse: Quotes, Single Quotes, etc. basics

    I've been fooling with this stuff for awhile and I still have problems with
    quotes, double quotes, etc. I have no programming or database background. It
    seems that every tutorial or every book I buy "assumes" that I know when and
    how these are used.
    Can someone please recommend a book, a Web site or something to help me with
    this? I don't want to throw in the towel on ASP (please don't recommend
    asp.net) but I think this lack of understanding is a roadblock I can't seem
    to get by
    I WANT to understand this; and I'm willing to work but it seems that if it's
    some code I can modify, I can do that. But if it's something that I have to
    troubleshoot, when I do get help it's usually a quote or double quote that
    throws me. I also would like someone to point out a Web site or book that
    gives some methods of error-checking. When something doesn't work, it seems
    like I'm lost on how to proceed after that.
    I'm on an NT server 4.0 (that' won't change) and using an Access.
    thanks for anyone's help.
    charlie


    charlie Guest

  2. Similar Questions and Discussions

    1. single quotes and SQL
      We recently upgraded to CF MX 6.1 and since then we have had all of our single quotes ( ' ) turn into two single quotes ( '' )when inserting and...
    2. SymmetricAlogrithm and single quotes
      Sounds like your doing simple string concatenation to form your SQL query which is a bad idea. You should use SQLParameters in your SQL query and...
    3. -e with single quotes
      Hello group. I'm tryign to do a perl -e '' command and am wondering if it is possible to do single quotes inside the single quotes. IE perl...
    4. Single Quotes vs Double Quotes
      With all that's been said in mind ('$var' unparsed "$var" parsed). The rule of thumb I follow is, if it needs to be parsed (has a $variable or \n...
    5. [PHP] Single Quotes vs Double Quotes
      Hi, Tuesday, September 9, 2003, 2:03:34 PM, you wrote: mb> Hi everyone, mb> Could somebody please explain to me the difference mb> between...
  3. #2

    Default Re: Recommend pse: Quotes, Single Quotes, etc. basics

    > Can someone please recommend a book, a Web site or something to help
    me with
    > this?
    [url]www.aspfaq.com[/url]

    I'd give you specifics, but your post is a little vague.



    ________________________________________
    Why? Why was I programmed to feel pain?

    Atrax. MVP, IIS
    [url]http://rtfm.atrax.co.uk/[/url]

    newsflash : Atrax.Richedit 1.0 now released.
    click the link above!

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Atrax Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139