Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
Am using Localdatabase.sdf in my project , after closed and open my project , in the local database table contains no data , how to i retrieve it? and local database.sdf is temporary databse or not?
Posted
Comments
Kornfeld Eliyahu Peter 10-Dec-14 3:39am    
SDF is not temporary database.
Were you write any data to the table? How? Maybe the problem is there?
Riyan Oliver 10-Dec-14 3:51am    
Through dataset, and directly i have inserted data into table, but it shows only some time , after that data removed, how its possoble?
Tushar sangani 10-Dec-14 3:52am    
Sdf Is Compact Addition Data Base not a Temporary Data base
Richard MacCutchan 10-Dec-14 4:49am    
Check your project settings, it is most likely that the file is being recreated when you rebuild your project. If you want a permanent copy then move the executable and the database file to a different directory, and run it outside of Visual Studio.

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