[FirstProject] Database empty
Hi guys,
I followed the First Application tutorial, and the application works fine. But when the application ends, if I open manually the database I can't see any table, it's empty.
Where is the problem?
Please note that I use MsSqlCeConfiguration instead of SQLiteConfiguration.
Thanks.
2 Posted by barrett on 07 Jul, 2010 03:28 PM
Can you post your Session Factory Code ?
eg
{
}
At first blush I imagine you aren't pointing the above to the correct assembly or selected the correct catalog or db.
Also, I would invite you to learn about the ShowSql Method. A quick google search should be helpful.
-b