can i use jdbc driver other than type 1 for MS-ACCESS
Can anybody provide solution for me, can it be possible for me to use JDBC Driver other than type 1 i.e JDBC-ODBC for MS-Access, i want to improve performance.As i want to trans fer data to and fro from Web Server.Thanks in advance.Khiz_eng
[289 byte] By [
khiz_eng] at [2007-9-26 6:48:28]

Hi Jshell,Thanx for your response, i have used log files there i found insertion is the problem means it is taking time, my application copy row from one table to another table and my table consists of 31 fields.RegardsKhiz_eng
Can you avoid locking issues: use lowest transaction isolation?
Do you have several indexes on the target table?
Try to switch them off while copying (drop and re-create afterwards).
Another idea:
why should you hold such big rows redundantly?
Has it to be a different table, or can it be done with a 1-char field containing mode or state or such a thing, representing the same information as if the row was in another table?