You are expecting a miracle to ask for help without being allowed to 
report the problem.

Sqlite3_exec just encapsulates prepare and step.  If your code runs 
slower you have a logic error somewhere.

Jong-young Park wrote:
> Deal all,
> 
> I have used some SQLite application with sprintf and sqlite3_exec.
> It takes about 1 hour.
> 
> And for test, they are changed to prepare-bind-step with same logic.
> After that, it takes about 2 hours.
> 
> I tested it on ARM board and I don't know why.
> Please advise me.
> 
> 
> * Sorry. I can't support application source for company security.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to