Is it possible to use NHibernate when connected to a DBISAM database <http://www.elevatesoft.com/products?category=dbisam&type=visualstudio> via an ODBC connection? (I know it's gross, but I'm having to share the db with a legacy Windows desktop app) I was actually able to pull data out of the db using the GenericDialect, but not surprising, I was not able to save.
the DBISAM docs say: DBISAM includes a subset of the SQL-92 standard, including a query optimizer, live and canned result sets, parameterized queries, scripts, and extended SQL syntax for DBISAM-specific features. If a dialect doesn't already exist, how hard would it be for someone to write one? thanks! -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
