Ask a Question related to ASP Components, Design and Development.
-
charlie #1
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
-
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... -
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... -
-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... -
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... -
[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... -
Atrax #2
Re: Recommend pse: Quotes, Single Quotes, etc. basics
> Can someone please recommend a book, a Web site or something to help
me with[url]www.aspfaq.com[/url]> this?
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



Reply With Quote

