python - sqlite InterfaceError: Error binding parameter 0 - probably unsupported type
问题 i am using sqlite3 to store values into database, My problem is i have created lineedits through which i extract values and store it to variables and pass this variables to insert query but i am getting above error at line values(?,?,?,?,?)......if i hard quote the values directly to variables it gets saved into database what is the mistake am i doing? please help.......here is my code self.uname = self.le1.text() self.passwd = self.le2.text() self.permssn = self.le3.text() self.queryCurs