On Feb 16, 2008, at 8:26 PM, Michael Hipp wrote:
> It took a while to figure out that where the prefs are being stored -
> evidently in username\Application Data\Dabo\DaboPreferences.db as an
> SQLite db.
>
> Any difficulty in storing that in my "main" Postgres database as a
> certain table? Some settings I need would be particular to the user
> but
> many would be system-wide.
That would have to be done by creating your own UserSettingProvider
class for your app, and you would have to code all the persistence
yourself. I would recommend using the Dabo mechanism for general
stuff, as the SQLite local database in wicked fast, and then create a
bizobj to link to your site-wide setting table.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]