<div>Hi Every One, </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am new to programming with unixODBC. I have written a sample application for SQLite3 (using SQLite3 native API&#39;s)&nbsp;and ODBC (using ODBC API&#39;s, I have used the ODBC driver for SQLite3) to test their performance. It is found that the performance results&nbsp;of ODBC is far less than the SQLite3. I understand that we cannot expect&nbsp;ODBC performance to be same as that of SQLite3 due to&nbsp;the&nbsp;fact that&nbsp;more&nbsp;functions are invoked by Sample application to acces the&nbsp;data source and work on it.&nbsp;I am looking at optimizing the ODBC Driver Manager and also the ODBC Driver for SQLite3 so as to bring the ODBC performance to comparable levels with SQLite3 (using native API&#39;s). </div>

<div>&nbsp;</div>
<div>I am using the following versions for this experiment</div>
<div>&nbsp;</div>
<div>unixODBC-2.1.12</div>
<div>sqlite3odbc-0.78</div>
<div>&nbsp;</div>
<div>The Sample application creates a table and inserts entries into it, updates few entries, query records, delete&nbsp;the records. It&nbsp;does the same job with both ODBC and SQLite3. </div>
<div>&nbsp;</div>
<div>
<div>I am looking for some&nbsp;help in this regard..........</div>
<div>&nbsp;</div>
<div>regards,</div>
<div>Siddeswar.</div></div>