I have the first alpha of the next version of DataMgr (now called 2.5)
ready on the BER.
http://sebtools-svn.cvsdude.com/DataMgr
I'll probably zip this up and blog about it early next week.
New since last build:
-Named Filters
http://www.bryantwebconsulting.com/docs/datamgr/named-filters.cfm?ver=8
-Defaults for datasource argument
(uses Application.datasource if it exists, otherwise defaults to ""
for the simulated database)
-"fieldlist" argument for inserts/updates to limit which fields can be
changed.
-"advsql" argument for inserts/updates
http://www.bryantwebconsulting.com/docs/datamgr/insert-custom-sql.cfm?ver=8
-Fixed getDatabaseXml()
-Added "defaultdatabase" argument to init()
I'm not sure how/if to document this one. The argument can only be
passed in as a named argument. If it is provided, "database" isn't
provided, and DataMgr can't determine the database type (because Java
is disabled for example) then this is the database value that DataMgr
will use.