Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've got an application that I've converted from using db4o.Linq to SQLite and I'm trying to write a data migration application to migrate existing data from db4o DB to a new SQLite DB.

I've basically copied over all my Model and Business Logic/Access tiers to the new migration application but when I issue a query I'm getting 0 results.

The only thing I've changed when copying was I but the Model and Access layers in a namespace of there own;

MyApp.Model.db4o
MyApp.DBAccess.db4o

Thinking maybe the namespace might be the problem I reverted one of the Model/Access tables back to original name and tried with no luck. Since db4o creates a file for each table I thought this might work.

I'm stumped???
Posted
Updated 9-Feb-14 23:01pm
v2

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