I do a good deal of work with an Interbase server. I would like to develop a data access layer for it using NHibernate but there isn’t a readymade dialact for Interbase.
Does anyone know, is there an NHibernate dialect which is used for generic ANSI-only database work, or if any of the existing dialects will work okay with Interbase?
Or on the other hand, what kind of work is required to create a new dialect?
Thanks for any advice you can provide.
David
You can try with
GenericDialect.In any case, I suggest you take a look at the existing dialects at https://github.com/nhibernate/nhibernate-core/tree/master/src/NHibernate/Dialect and write one for Interbase, that you can then share with the community. It’s not hard.