Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I Need To Copy My "Database" File in Solution Explorer In Visual Studio 2012 IDE To

Windows.Storage.ApplicationData.Current.LocalFolder.Path

To That Path Because If I WOn't COpy My SQlite Database File To Local Folder ,,,The Databse Access Is Very Very Slow I Checked In Sqlite Winrt So My Question,,

How To Copy The File To Local AppData Folder While Installation HElp Me????

Something Like

Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path,????????);

?????????WHat Is The Syntax Help??????/
Posted
Updated 21-Feb-13 2:53am
v4
Comments
Richard MacCutchan 20-Feb-13 13:23pm    
If you mean at project build time, then you probably need to define a custom tool in the properties box.
[no name] 20-Feb-13 15:13pm    
I Need To Copy My "Database" File in Solution Explorer In Visual Studio 2012 IDE To

Windows.Storage.ApplicationData.Current.LocalFolder.Path

To That Path Because If I WOn't COpy My SQlite Database File To Local Folder ,,,The Databse Access Is Very Very Slow I Checked In Sqlite Winrt So My Question,,

How To Copy The File To Local AppData Folder While Installation HElp Me????

Something Like

Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path,????????);

?????????WHat Is The Syntax Help??????/
Richard MacCutchan 21-Feb-13 5:49am    
Sorry, I am not familiar with installation scripts. I am also interested to know why you think it will run faster if you copy it to a different location.
[no name] 21-Feb-13 5:56am    
I too Confused Why its Happening Its A Wonderful You need to Know basically Metro App Developer Wondering "sqlite winrt is too slow"it's take 3sec for search in database",
but i copied the database into application appdata folder it was c:/>users/uesr_name/appdata/local/package.
The Accessing Speed i is now more fast then i used before its amazing .....
exactly in my database.db3 58 thousand records are the i used to search the word and get the meaning my main idea of my project that the answer for your question ,,thank you so much for your cooperation
[no name] 20-Feb-13 15:30pm    
no while installing it need to copy some particular file to applicationdata folder

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900