Simple and safe SQL queries with C++ tem
β
Joseph (Yossi) Gil; Keren Lenz
π
Article
π
2010
π
Elsevier Science
π
English
β 673 KB
Most large software applications rely on an external relational database for storing and managing persistent data. Typically, such applications interact with the database by first constructing strings that represent SQL statements, and then submitting these for execution by the database engine. The