Performance Issue
We have developed a portable application for PENDRIVE media. Application is installed on pendrive and database is SQL-CE 3.5.

We are using sql Compact edition  the time taken by the plain insert statement in SQL CE is more than the time taken by the Oracle DB.

This is cosidered as a performance issue by our client. 

Please give us the solution to overcome this issue.

Thanks in advance.
September 11th, 2013 1:11am

Avoid the query processor, use SqlCeBulkCopy, sample code here: http://stackoverflow.com/questions/18703203/speed-up-parsing-of-xml-in-c-sharp-compact-framework-using-xmltextreader-xele, and do not open/close connections, but leave a connection open for the lifetime of the application.
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2013 2:45am

Go Through below link

http://msdn.microsoft.com/en-us/library/dd938877.aspx#CodingRecordInsertionLogic
September 11th, 2013 2:54am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics