Search Results

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). …