Re: [sqlite] ODBC drivers are faster than NAtive C API why?

2009-01-28 Thread Michael Knigge
> I tried to execute some SQL queries using drivers(sqliteodbc) and Native c > API but i found that ODBC drivers are working twice faster than c API. > Why this behavior is coming as c APIs are supposed to be faster than > drivers? May be the old issue: You've been using transactions with your

[sqlite] ODBC drivers are faster than NAtive C API why?

2009-01-28 Thread goldy
Hi all, I tried to execute some SQL queries using drivers(sqliteodbc) and Native c API but i found that ODBC drivers are working twice faster than c API. Why this behavior is coming as c APIs are supposed to be faster than drivers? Any thought on this would be appreciated. Regards