Re: Issues with ADO Queries, and TADOQuery
- From: Mikael Eriksson <micke314@xxxxxxxxx>
- Date: Thu, 14 Jun 2007 21:47:17 +0200
Anyone able to look and see if I'm doing something obviously wrong?
Hi!
I don't know if this is the issue but here is something to try.
Your string fields are widestrings but your parameters are strings.
Make sure that AURL and sMD5Hash variables are WideString.
Change the DataType property of URL parameter to ftWideMemo.
Change the DataType property of MDHASH parameter to ftWideString.
BTW you do not have to quote the strings unless you want the " sign stored in the db.
regards
/Micke
.
- References:
- Issues with ADO Queries, and TADOQuery
- From: michael . martinek
- Issues with ADO Queries, and TADOQuery
- Prev by Date: Re: Programmatically get OLDDB Version (and other properties)
- Next by Date: Re: Programmatically get OLDDB Version (and other properties)
- Previous by thread: Re: Issues with ADO Queries, and TADOQuery
- Next by thread: Programmatically get OLDDB Version (and other properties)
- Index(es):
Relevant Pages
|