简体   繁体   中英

ASP.NET MVC2 : Is it possible to make his own model, withou ado.net

For my project, i need to connect to a database who don't support ADO.net by using NHibernate

So, is it possible to make my own model who can be usable by the auto-creation of views of visual studio 2010 ?

Best regards.

如果ADO.NET不支持DB,则NHibernate也将不支持它。

If your database is not supported by ADO.NET you must write your own ADO.NET driver implementation for the database before you can really do anything with it in .NET at all. Short of completing that, the only way you'd be able to interact with the database is if it had a client api that you could call.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM