SQLite escape string c++ SQLite escape string c++ sqlite sqlite

SQLite escape string c++


You have the same question that many have posed. There isn't anything built in.

The better solution to string concatenation would be to bind parameters, which sidesteps the escaping issue.