- 1
- 2
- 3
- 4
- 5
QSqlQuery* query = new QSqlQuery(db2);
QDate curDate = QDate::currentDate();
query->prepare("select id,custom,actual0,actual1,division,fili,author,dogo,sumo_dogo,sumo_proshe,sumo_penis,sumo_shtrafa,state,mark,anka from clbalance where actual0 <= ? and actual1 > ?");
query->addBindValue(QDate::currentDate().addDays(-1));
query->addBindValue(QDate::currentDate().addDays(-1));
ctm 08.02.2012 06:11 # 0
ir4y 08.02.2012 07:36 # 0
ctm 08.02.2012 06:25 # 0
и еще. QDate::currentDate() как реализован? он не "портит" отпрепаренный запрос в строке 3?
ir4y 08.02.2012 07:35 # 0
ctm 08.02.2012 09:32 # 0