> void WtApplication::populate() {
>         greeting_->setText( nameEdit_->text());
greeting_->setText(nameEdit_->text() + L" " + nameEdit_1->text() + L "
" + nameEdit_2->text();
is it right?
>        ptrA a;
>        { A *tuple = new A();
>                        tuple->store  =   greeting_->text().toUTF8();
>
>                     try { Transaction tt(session_);
>                      a = session_.add(tuple);
>                        tt.commit();
>                    } catch (...) {}
>
>  }
> }
>


-- 
Parvinder Rajput
website:- www.parvinder.co.in

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to