Login Skip Navigation LinksWilsonORMapper > Forums Search
Demo Version Demo Version
Download and try for yourself a fully working demo version, including sample apps and documentation.  The only limitation is that the demo version only works inside the debugger.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

User Login User Login
Log In
 
 
Reset Password

Wilson ORMapper Forums Wilson ORMapper Forums : Other Databases : Informix

Date Post
9/6/2006 12:38:38 PM

We have an Informix back end DB that we will need to be able to work with. Will this framework support it through normal ADO operations with ODBC?

 

 

thx!

9/6/2006 12:43:06 PM See this wiki entry for how to setup custom providers.  I don't have an example for Informix, but you'll see this concept and should be able to get it to work.  Alternatively you can use regular Odbc or OleDb, but it of course is always preferable to use a native .NET provider, plus that will allow you to use paging and "identities" if you can configure it appropriately.

Thanks, Paul Wilson