文件名称:asp.net_spring_nhibernate_oracle
文件大小:4.18MB
文件格式:RAR
更新时间:2016-01-07 10:25:06
.net spring nhibernate oracle
asp.net_spring_nhibernate_oracle 网上关于在.net开发的例子不多,这个例子能跑,遗憾的是,nhibernate在存储过程不完美,在oracle 传回多结果集,只能接受到第一个,官网上也是这样说的。 提示:开发前,先将nhibernate-configuration.xsd,nhibernate-mapping.xsd,spring-aop-1.1.xsd,spring-database-1.3.xsd和你能知道所有的xsd格式的spring相关文件放入到C:\Program Files\Microsoft Visual Studio 10.0\Xml\Schemas(主要版本和路径),这样写xml才有提示。提示二:Spring.cfg.xml中【objects xmlns="http://www.springframework.net" xmlns:db ="http://www.springframework.net/database" xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance" xmlns:tool="http://www.springframework.net/tool" xmlns:aop ="http://www.springframework.net/aop" xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/xsd/spring-objects.xsd" 】好多地方不加入,这样做没错,但是出现错误不报错。因此一定要加。 提示三:用oracle的,一定要把Oracle.DataAccess.dll放到根目录生成到bin。否则报错, 提示四:当前数据连接oracle传参才能正确,其他写法,有,试了都报错。 好了,自己看着xml建立数据库吧