Inserting rows using TableDirect on indexed tables
-
22. února 2010 17:37When inserting rows using TableDirect access, does anything special need to be done if the table is indexed? For example, do I need to specify the index name during the insert or position the cursor?
Všechny reakce
-
22. února 2010 20:05Moderátor
No, nothing special is required if the table is indexed. You can see a sample code pattern here: http://windowsmobiledn.com/sql-compact-edition-insert-performance/ (under 3 - resultset)
http://erikej.blogspot.com Erik Ejlskov Jensen - Please mark as answer, if this was it.- Označen jako odpověď Alex Feng (SQL)Moderator 1. března 2010 4:42
-
24. července 2012 20:43yeah... that link doesn't exist anymore.
-
25. července 2012 8:21ModerátorLook at the source code for http://sqlcebulkcopy.codeplex.com
Please mark as answer, if this was it. Visit my SQL Server Compact blog