Hello

We're trying to set up Castle Active Record for desktop app that's
backed by a SQLite database. The database is a per-user instance, so
we're comfortable keeping a DB connection open over a long timescale
(even the length of the app).

We want to use a global session scope so that we can lazy load certain
objects. When we create an initial sessionscope on app startup, we can
execute only one query against the SQLite db and then the db is locked
for subsequent reads/writes.

Does anyone have any experience with something like this? Any links to
best practices for desktop apps?

Thanks in advance. So far working with Castle AR has been a real
pleasure.

Regards, Jim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to