I didn't use QSql for a long time, but I think that addBindValue adds whole list as ONE parameter, and what you want to do is add every value from list to query. Try add every value from your list to query using simple for loop and see what will happen![]()
Bookmarks