Search found 2 matches

by tenbob
Wed Oct 14, 2015 3:05 pm
Forum: Coding Questions
Topic: SQLite - preventing SQL injection
Replies: 7
Views: 3434

Re: SQLite - preventing SQL injection

Thanks Kiffi. I have now downloaded 5.40 beta and successfully used this new feature. It's working very well !!

Thanks for pointing out that it's available in the beta. Otherwise I would have been completely stuck.
by tenbob
Sun Oct 11, 2015 11:43 pm
Forum: Coding Questions
Topic: SQLite - preventing SQL injection
Replies: 7
Views: 3434

SQLite - preventing SQL injection

Hi. I am writing a data entry and retrieval program using SQLite. I have successfully connected to the database and read and written data using the built-in PB procedures.

I now want to add protection against SQL injection. From what I have read, the standard method is to parameterize the query. In ...