Re: ADO exception with character combination inside string...
- From: "Kevin Frevert" <kevin@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 21 Sep 2006 12:13:42 -0500
"Vitali Kalinin" <vitkalinin@xxxxxxxxx> wrote in message
news:4512c1a7@xxxxxxxxxxxxxxxxxxxxxxxxx
Have you tried this before doing advice? This problem comes from buggy
implementation of Delphi TParameters.ParseSQL and have nothing to do with
DB backend.
Buggy? It's a well known/documented feature that the colon is used to
separate/define parameters. What's not documented well is if you are
dynamically building the SQL and the colon maybe part of the string, then
you have to set the ParamCheck = False.
We use parameterized queries extensively and have had no problems with the
"buggy implementation". How extensively? I'm glad you asked..
<shameless plug>
http://www.midwayusa.com
- Majority of content is database driven
- 100% Delphi 6/WebBroker CGI/ISAPI
- ADO against MSSQL 2000 and 2005
</shameless plug>
krf
.
- References:
- ADO exception with character combination inside string...
- From: Bo Berglund
- Re: ADO exception with character combination inside string...
- From: Bo Berglund
- Re: ADO exception with character combination inside string...
- From: Brian Bushay TeamB
- Re: ADO exception with character combination inside string...
- From: Bo Berglund
- Re: ADO exception with character combination inside string...
- From: Bill Todd
- Re: ADO exception with character combination inside string...
- From: Vitali Kalinin
- ADO exception with character combination inside string...
- Prev by Date: Re: ADO exception with character combination inside string...
- Next by Date: Re: ADO exception with character combination inside string...
- Previous by thread: Re: ADO exception with character combination inside string...
- Next by thread: Re: ADO exception with character combination inside string...
- Index(es):
Relevant Pages
|