首页 数据库 Oracle     /    C#使用IBatisNet操作Oracle10g数据库

C#使用IBatisNet操作Oracle10g数据库

上传者: wzhhe | 上传时间:2024/8/6 17:56:13 | 文件大小:656KB | 文件类型:rar
C#使用IBatisNet操作Oracle10g数据库
本实例使用C#调用IBatisNet连接操作Oracle10g的实例,使得初学者少起弯路;
下载后直接编译使用。
注:必须安装oracle10g客户端,并且配置数据库连接创建表t_testcreatetablet_test(idint); 本软件ID:6202577

文件下载

资源详情

[{"title":"(42个子文件656KB)C#使用IBatisNet操作Oracle10g数据库","children":[{"title":"C#_Conn_Ora","children":[{"title":"ConsoleApplication1","children":[{"title":"SqlMap.config <span style='color:#111;'>648B</span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Debug","children":null,"spread":false},{"title":"Release","children":[{"title":"SqlMap.config <span style='color:#111;'>648B</span>","children":null,"spread":false},{"title":"IBatisNet.Common.dll <span style='color:#111;'>100.00KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.exe <span style='color:#111;'>6.50KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.vshost.exe.manifest <span style='color:#111;'>490B</span>","children":null,"spread":false},{"title":"Providers.config <span style='color:#111;'>1.79KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.vshost.exe.config <span style='color:#111;'>745B</span>","children":null,"spread":false},{"title":"log4net.dll <span style='color:#111;'>260.00KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.pdb <span style='color:#111;'>15.50KB</span>","children":null,"spread":false},{"title":"IBatisNet.DataAccess.dll <span style='color:#111;'>56.00KB</span>","children":null,"spread":false},{"title":"Castle.DynamicProxy.dll <span style='color:#111;'>72.00KB</span>","children":null,"spread":false},{"title":"mapper","children":[{"title":"tb_test.xml <span style='color:#111;'>741B</span>","children":null,"spread":false}],"spread":false},{"title":"IBatisNet.DataMapper.dll <span style='color:#111;'>260.00KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.exe.config <span style='color:#111;'>745B</span>","children":null,"spread":false},{"title":"ConsoleApplication1.vshost.exe <span style='color:#111;'>11.33KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"obj","children":[{"title":"Debug","children":[{"title":"build.force <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"ConsoleApplication1.exe <span style='color:#111;'>7.50KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.csproj.FileListAbsolute.txt <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.pdb <span style='color:#111;'>17.50KB</span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false}],"spread":true},{"title":"Release","children":[{"title":"ResolveAssemblyReference.cache <span style='color:#111;'>93.31KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.exe <span style='color:#111;'>6.50KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.csproj.FileListAbsolute.txt <span style='color:#111;'>4.62KB</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'>6.41KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.pdb <span style='color:#111;'>15.50KB</span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'>1.34KB</span>","children":null,"spread":false}],"spread":true},{"title":"Program.cs <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"da","children":[{"title":"DBDA.cs <span style='color:#111;'>1.14KB</span>","children":null,"spread":false}],"spread":true},{"title":"Providers.config <span style='color:#111;'>1.79KB</span>","children":null,"spread":false},{"title":"ConsoleApplication1.csproj.user <span style='color:#111;'>478B</span>","children":null,"spread":false},{"title":"App.config <span style='color:#111;'>745B</span>","children":null,"spread":false},{"title":"mapper","children":[{"title":"tb_test.xml <span style='color:#111;'>741B</span>","children":null,"spread":false}],"spread":true},{"title":"ConsoleApplication1.csproj <span style='color:#111;'>6.05KB</span>","children":null,"spread":false},{"title":"t_test.cs <span style='color:#111;'>217B</span>","children":null,"spread":false},{"title":"dll","children":[{"title":"IBatisNet.Common.dll <span style='color:#111;'>100.00KB</span>","children":null,"spread":false},{"title":"Oracle.DataAccess.dll <span style='color:#111;'>632.00KB</span>","children":null,"spread":false},{"title":"log4net.dll <span style='color:#111;'>260.00KB</span>","children":null,"spread":false},{"title":"IBatisNet.DataAccess.dll <span style='color:#111;'>56.00KB</span>","children":null,"spread":false},{"title":"Castle.DynamicProxy.dll <span style='color:#111;'>72.00KB</span>","children":null,"spread":false},{"title":"IBatisNet.DataMapper.dll <span style='color:#111;'>260.00KB</span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"ConsoleApplication1.sln <span style='color:#111;'>947B</span>","children":null,"spread":false},{"title":"ConsoleApplication1.suo <span style='color:#111;'>58.00KB</span>","children":null,"spread":false},{"title":"说明.txt <span style='color:#111;'>265B</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • webchengping:
    参考一下12017-08-23
  • guangliu82:
    还行简单易懂2015-10-12
  • jiangyunjian215:
    程序中的provide.config文件不是最新的,需要修改,另外需要新增表结构才可以运行。2015-01-18
  • cht_1984:
    程序可以使用,正在研究中2014-10-20
  • zoson2001:
    分层不是很清晰,不太适合我。2014-08-06

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明