I am using Ms Access as GUI and I am connectiong to PostgreSQL over ADO. I like to prevent SQL-Injection over user input.
I know there are prameterized Queries, but I don't get them to work so far. Anyway, my question is:
Is there a build in function to quote out user input or do I need to write my own function?