搜索资源列表
jdbc_20061110
- 常用java连接数据库的数据库驱动类,有mysql,sqserver,oracle等的-common java connecting to the database database-driven category, mysql, sqserver. the oracle
JDBCracle
- Java数据库连接(JDBC)API是一系列能够让Java编程人员访问数据库的接口,各个开发商的接口并不完全相同。在使用多年的Oracle公司的JDBC后,我积累了许多技巧,这些技巧能够使我们更好地发挥系统的性能和实现更多的功能。-Java Database Connectivity (JDBC) API is a series enables Java programmers a couple of According to the interface, developers of the v
GisToOracle
- MAPGIS 软件支持多种GIS 数据交换,且其明码数据格式较全面、清晰,易于读写。本文以MAPGIS 明码数据格式和Oracle 数据库为例,研究通过编程实现ASCII 码格式的空间数据上载Oracle Spatial 数据库的方法, 探讨各类GIS 软件与Oracle Spatial 进行空间数据交换的基本过程。-MAPGIS software supports a variety of data exchange and data format of its codes more comp
DBHelper
- 本程序可根据用户指定的数据库自动生成WinWord 格式(因此用户必须首先安装Word 2000)的数据库数据字典。 (1) 自动生成数据库数据字典(2) Word2000格式(3) 支持Access,SQLServer,Sybase,Oracle,MySQL,DB2.(4) 使用方便-procedures under the user-specific database automatically generate Word format (users must first install W
nn
- 本研究针对数据库管理系统MS SQL Server、MS Access、Oracle、MySQL、MS FoxPro之间进行了数据交换的探讨,定义了作为中介的XML文件的格式,并制定了元数据映射规则,通过程序实现了数据导出和导入的功能,达到了数据交换的目的。-In this study, the database management system for MS SQL Server, MS Access, Oracle, MySQL, MS FoxPro data exchange betwe
GetBlobServlet1
- 在客户端输出存在数据库中的word实体 这里只讨论在client输出oracle中BLOB字段中的word文档实体。其中调用了类getBlobBean,该类提供了从oracle中取出blob功能-In the client-side output of the word entity exists in the database discussed here is output of oracle in the client' s word in the BLOB field in t
txt-to-oracle
- 将ftp上的文本文件导入到Oracle数据库中-Text file on the ftp into Oracle database
Auto
- 运行后自动将制定ftp目录下的一个或多个txt文件导入到Oracle的指定表格中,可设置定时任务,自动触发。使用前只需打开代码修改Form_Load()中的初始传入变量即可,包括ftp地址、文件名、数据库登陆信息、数据库表名、主键序号、分隔符。-Run automatically after ftp directory will be developed under one or more of txt file into the specified Oracle table, you can
HouseRent_upload
- 文件上传,采用oracle数据库,myeclipse10.6 运行 ssh框架-File upload using ssh framework Oracle , java language directly in myEclipse.Hello everyone, I am a java novice please exhibitions a a a a a
文件常用操作与oracle数据库连接操作实例
- 在实际工程项目中,经常需要在进行文件操作(或者其他操作)。本实例就是在实际开发过程中遇到的需求,进行调试并最终满足要求。代码经过调试,有需要的朋友可以下载并参照使用。