Re: Issues with ADO Queries, and TADOQuery



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
.



Relevant Pages