Ask a Question related to ASP Database, Design and Development.
-
shimon@iafrica.com #1
Textfield Question
Does anyone know why the " - quote presents a problem
when updating to a Access DB. I know the single quote '
does.
Shimon
shimon@iafrica.com Guest
-
textField.autoSize/wordWrap question
Hey, Quick question. I'm trying to right justify various sentences, 1-3 lines of text each in a separate text box, and then position the text... -
Textfield
hi friends i created one form in that i want when the form is loaded, cursor is stick in to the top position of the field. please help me. ... -
Textfield.html = true vs TextField.setTextFormat
H I need to use html textfield to control when the text must change the line (br tag). The problem is that I can't use setTextFormat if I use html... -
current row in a textfield
Hello Is there an easy way to find out the current row of a position (index) of a multyline-textfield? Thanks -André- -
use a var as a textfield name
hi i have created a textfield called "text0". i would like to put text that is stored in a var into it: allText="bla bla";... -
Aaron Bertrand - MVP #2
Re: Textfield Question
Can you define "presents a problem" - what problem? An error message? If
so, what is it? Can you show the code in context?
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"shimon@iafrica.com" <anonymous@discussions.microsoft.com> wrote in message
news:1290401c3c09b$86f3e2e0$a601280a@phx.gbl...> Does anyone know why the " - quote presents a problem
> when updating to a Access DB. I know the single quote '
> does.
>
> Shimon
Aaron Bertrand - MVP Guest
-
Ray at #3
Re: Textfield Question
"Roland Hall" <nobody@nowhere> wrote in message
news:Of3xGrOwDHA.1660@TK2MSFTNGP09.phx.gbl...If> "Aaron Bertrand - MVP" wrote:> > Can you define "presents a problem" - what problem? An error message?That's not a problem. THere's nothing wrong with:>> > so, what is it? Can you show the code in context?
> Aaron...
>
> I think he's referring to a double quote in the middle of a SQL update
> statement and how it presents a problem.
>
> If customer's name had a double quote in the name. I believe this is what
> he's eluding to.
INSERT INTO t (c) VALUES ('asd"asdf')
The only place that " will cause a problem will be in the HTML and this is
why one should replace " with " when pulling data from a database and
writing it to an input value, for example.
Ray at work
Ray at Guest
-
Roland Hall #4
Re: Textfield Question
"Aaron Bertrand - MVP" wrote:
Aaron...> Can you define "presents a problem" - what problem? An error message? If
> so, what is it? Can you show the code in context?
I think he's referring to a double quote in the middle of a SQL update
statement and how it presents a problem.
If customer's name had a double quote in the name. I believe this is what
he's eluding to.
--
Roland
This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose.
Roland Hall Guest
-
Aaron Bertrand [MVP] #5
Re: Textfield Question
Why would that cause a problem? And what problem?
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
> I think he's referring to a double quote in the middle of a SQL update
> statement and how it presents a problem.
>
> If customer's name had a double quote in the name. I believe this is what
> he's eluding to.
Aaron Bertrand [MVP] Guest
-
Aaron Bertrand [MVP] #6
Re: Textfield Question
> > Why would that cause a problem? And what problem?
Who's shooting? And what makes you think my questions are directed solely>
> What is this, shoot the messenger?
at you?
You might expect the original poster to chime in here and clarify, at some
point.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand [MVP] Guest
-
Roland Hall #7
Re: Textfield Question
"Aaron Bertrand [MVP]" wrote:
What is this, shoot the messenger?> Why would that cause a problem? And what problem?
Roland Hall Guest
-
Roland Hall #8
Re: Textfield Question
"Ray at <%=sLocation%>" wrote:what> "Roland Hall" wrote:> If> > "Aaron Bertrand - MVP" wrote:> > > Can you define "presents a problem" - what problem? An error message?> >> > > so, what is it? Can you show the code in context?
> > Aaron...
> >
> > I think he's referring to a double quote in the middle of a SQL update
> > statement and how it presents a problem.
> >
> > If customer's name had a double quote in the name. I believe this isI didn't ask the question. I clarified it.>> > he's eluding to.
> That's not a problem. THere's nothing wrong with:
>
> INSERT INTO t (c) VALUES ('asd"asdf')
>
> The only place that " will cause a problem will be in the HTML and this is
> why one should replace " with " when pulling data from a database and
> writing it to an input value, for example.
Roland Hall Guest
-
Roland Hall #9
Re: Textfield Question
"Aaron Bertrand [MVP]" wrote:
Maybe it's the severe blood loss?!>> >> > > Why would that cause a problem? And what problem?
> > What is this, shoot the messenger?
> Who's shooting? And what makes you think my questions are directed solely
> at you?
>
> You might expect the original poster to chime in here and clarify, at some
> point.
Yes, it would be nice to hear from the originator but I think he's hidin' in
the weeds.
Roland Hall Guest



Reply With Quote

