1
vote
2answers
330 views
MS Word Ole Automation, ADO and foreign characters
I'm trying to export WideString texts from the database (ADO / MS Access) to the MS Word document (Delphi 7), but foreign characters are not correctly transferred (i.e. "è" instead of "č …
1
vote
How to set a GUID as ADO query parameters from Delphi?
That's correct way to set parameters with ADO. The message you get is most probably due to typo with some of fields (you get same message if field does not exist).
…
