I would like to know why does my code dont work. It display KERRAGUMENT error.
Guys who is expert in symbian db, please help.Code:import e32db import sys sys.path.append(__exec_path) from db import db mydb = db('C:\\bms\\tr.db') mydb.query("select sum(totamount) as tot from DocHeader") for row in mydb: print "-> ",row[0], " <-"

Reply With Quote


