I need to use a client-local-db in Silverlight that can store a maximum of 50000 records in a maximum of 20 tables. Are there any free solutions? I have found something in the web but nothing that works.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sterling OODB on Codeplex should be able to handle this. The reference application outlined here has over 500,000 entries in the database so it looks like it should be able to handle your load.