Talk:Inserting a row into a database in Qt
Doug65536 - This is how NOT TO insert records into a table.
The "example" seriously uses string insertions into the query to put the data into the fields? I'm sorry, but this is an example of absolute garbage SQL programming.
Please delete this horrible example and put one up that uses placeholders and bindings.doug65536 01:33, 28 February 2013 (EET)

