fluent nhibernate and ODBC
Guys....I have googled for the whole two days but still cannot find the fluent nhibernate database configuration example for ODBC......I have this ProgressDB to work with, so i really need a pure ODBC configuration for my fluent nhibernate....
Any example will be a lot of help....
THANK YOU :P
Support Staff 2 Posted by Paul Batum on 28 Sep, 2010 05:10 PM
You might be better off finding a normal nhibernate with ODBC example and
using that. You don't need to use our fluent API to configure your database
and connection string.
http://wiki.fluentnhibernate.org/Database_configuration
(See section: Using Fluent NHibernate does not require you to sacrifice
portability across RDBMSes)
On Tue, Sep 28, 2010 at 2:09 AM, Kelvin <
***@tenderapp.com<tender%***@tenderapp.com>
> wrote: