Welcome![Sign In][Sign Up]
Location:
Search - Dao SQL Server

Search list

[Other resourceMS-SQLServer_DAO

Description: 对MS-SQLServer数据库如何用DAO-to MS-SQL Server database how DAO
Platform: | Size: 35924 | Author: 孙林 | Hits:

[ADO-ODBCSQLServer2000UsePDF

Description: SQL Server 2000的使用、开发说明,给出了通过ODBC、DAO ADO访问数据库的方法
Platform: | Size: 6511274 | Author: liujie | Hits:

[JSP/Javarapid代码生成器

Description: 现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成的文件名,目录结构 具体请查看我写的文章:为何代码生成器都要这么智能呢? 本代码生成器的特性 * 基于FreeMarker模板语言 * 基于数据库,并支持多种数据库(mysql,sql server,oracle测试通过) * 半手工方式,生成的代码放在某个目录,再手工拷贝回来工作区 * 易于做二次开发,整个生成器本身就是java源代码,源代码核心十分精简,并且鼓励你做修改代码,也可以作为任何语言的代码生成器 * 配置简单,只有一个配置文件generator.properties * 以application方式运行生成器,生成不同的table直接修改相关java代码即可 * 将文件系统的目录名称及文件名称作为生成器的一部分,模板文件的的名称与目录名称可以直接引用相关变量,如 ${basepackage}/${className}.java (${className}=Blog,则会生成Blog.java) * 以@testExpression结尾的模板文件为有条件忽略,如果testExpression的值在数据模型为true则生成该文件,生成的文件不会包含@testExpression,反之则不生成该文件(应用场景:用于在是否要生成hibernate联合主建的文件中) * 支持文件插入操作,如模板输出生成的地方已经有该同名的文件存在,并且文件中有包含"webapp-generator-insert- location"标记,则模板生成的内容会插入在该标记之后.该特性对如生成的spring配置内容插入spring配置文件十分有用
Platform: | Size: 3083258 | Author: jeekchen | Hits:

[SQL ServerMS-SQLServer_DAO

Description: 对MS-SQLServer数据库如何用DAO-to MS-SQL Server database how DAO
Platform: | Size: 35840 | Author: 孙林 | Hits:

[SQL Servershujufangwentongyongmokuai

Description: 本例中详细介绍了数据库连接的通用模块,包括DAO,-the cases detailed in the Database Connection generic modules, including the DAO, etc.
Platform: | Size: 16384 | Author: 胡迪 | Hits:

[VC/MFCVC_DataBase_Programing_Three_Steps

Description: 本书以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。本书还通过ADO数据库组件开发实例和OLE DB服务器程序的开发实例展开了数据库应用开发的高级话题。-The book for the purpose of practical light of the specific database applications, selected the seven most representative examples of, respectively, introduced ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access technology to customers and application development process. The book also ADO database components developed through examples and OLE DB server program development instance launched a database application developed by the High topic.
Platform: | Size: 3520512 | Author: 寒风 | Hits:

[ADO-ODBCSQLServer2000UsePDF

Description: SQL Server 2000的使用、开发说明,给出了通过ODBC、DAO ADO访问数据库的方法-SQL Server 2000 s use and development that is given through ODBC, DAO ADO methods to access the database
Platform: | Size: 6510592 | Author: liujie | Hits:

[JSP/JavaXMLMaterializer

Description: 本人写的另一个XML实例化小程序,同样也是以前的课程作业,用来将XML文件存储到数据库中(本例是SQL SERVER)的文件。 1. 数据库配置存储在Properties文件中,可以自由配置JDBC连接字符串而无需重新编译。 2. 其中用到了DOM4J来读取和存储XML文件,使用的是微软的JDBC类库。 3. 使用了DAO模式来存储数据库,如果针对不同的数据库可以使用不同的DAO,只需对DAO重新配置即可。-I wrote another small XML instantiation process, the same curriculum is also a previous operation, used to store XML documents into a database (in this case is SQL SERVER) document. 1. Database configuration file is stored in the Properties, you can freely configure the JDBC connection string without having to recompile. 2. DOM4J one of the uses to read and store XML documents, using Microsoft' s JDBC class library. 3. The use of the DAO pattern to store the database, if for different databases can use different DAO, only for DAO can be re-configured.
Platform: | Size: 537600 | Author: 刘洋 | Hits:

[SQL Serverzuizhong

Description: 使用DAO方法连接数据库,使用的数据库为SQL SERVER-Connect to the database using the DAO method, using a database to SQL SERVER
Platform: | Size: 7018496 | Author: 竹节 | Hits:

[MiddleWareibatis-generator

Description: ibatis控件 java -cuc-generator.jar执行生成你要mvc 的dao和sql,以及server-ibatis控件 java-cuc-generator.jar执行生成你要mvc 的dao和sql,以及server
Platform: | Size: 5094400 | Author: 杜治昌 | Hits:

[JSP/JavaBBS

Description: java代码写的,对于论坛的增删改查操作,其相关的dto,dao数据访问层,其中结合了sql server 2005数据库,对表中的数据进行操作-The code is writen with java.It mostly used for forum to insert,delete,update and select operation connected with sql 2005.
Platform: | Size: 250880 | Author: jianglian | Hits:

[JSP/Javajava

Description: 一个半成品的仓库课设程序,已经实现了不同角色的登录功能,非管理员登录是用的一个低权限用户登录查表实现的,测试请用管理员方式直接使用SQL账户登录,有关的基本配置参数在com.warehouse.frame.definations里面。本程序用的是jdbc驱动,连接sqlserver服务器。 里面有一个亮点功能, com.warehouse.dao.TableEditor 这个类实现了用JFrame窗口添加JTable控件来编辑一个表的功能。编辑是立即完成的。有动手能力的同学可以自己挖出来试一下。-a half-completed homework of Database,which is developed by java. DBMS is SQL Server 2005.
Platform: | Size: 1206272 | Author: 陈思怡 | Hits:

CodeBus www.codebus.net