> > Regarding the sqlite3_exec() should no longer be used for sqlite3 for 
> > Unicode application. I am doing the "Begin Transaction" "Commit 
> > Transaction"... with the sqlite3_exec(), since this function not 
> > supporting Unicode, do you show me how to do a transaction with 
> > sqlit3. What are the functions should I use?
> 
> Could anyone answer: What is the best way to run the Transaction (Begin, 
> Commit, Rollback...)  with sqlite3 functions for Unicode application?
> 

sqlite3_prepare16(), sqlite3_step(), sqlite3_finalize().


        
                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

Reply via email to