Re: [sqlite] About sql parametrized queries

2018-01-16 Thread Richard Hipp
On 1/16/18, Enrique Mesa wrote: > I am writing this message because i need a bit of help performing this kind > of query in sqlite engine. My wish to run the following SQL statement: > "SELECT * FROM users WHERE username = ? ;"; Suggestion you number your parameters

[sqlite] About sql parametrized queries

2018-01-16 Thread Enrique Mesa
I am writing this message because i need a bit of help performing this kind of query in sqlite engine. My wish to run the following SQL statement: "SELECT * FROM users WHERE username = ? ;"; I am not using wrappers. I am using just plain SQLite C Library from my program wirtten in C++. I don't