Welcome![Sign In][Sign Up]
Location:
Search - jdbc sqlserver

Search list

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName(\"com.microsoft.jdbc.sqlserver.SQLServerDriver\") String driver = \"jdbc:microsoft:sqlserver://localhost:1433\" Connection conn = DriverManager.getConnection(driver,\"\",\"\") 修改成: Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\") String driver = \"jdbc:odbc:try\" Connection conn = DriverManager.getConnection(driver,\"sa\",\"\") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http : / / localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11861 | Author: fly | Hits:

[JSP/Java预订房间服务,JDBC实例

Description: 很多人需要一个maeclipse6.5连接sqlserver的实例,这就是了。
Platform: | Size: 2020 | Author: yixiao296252472 | Hits:

[ADO-ODBCJSQ工具

Description: java写的数据库查询程序,支持多种数据库,1. 支持SQLServer,MySQL,Oracle,JDBC-ODBC桥。自带jdbc驱动,不需要额外的驱动-write java database query procedures, support for multiple databases, 1. Support for SQL Server, MySQL, Oracle, JDBC-ODBC Bridge. Onboard jdbc-driven, no additional driver
Platform: | Size: 2214912 | Author: 魏源 | Hits:

[JSP/Java7894_SqlPlus

Description: 用JAVA写的数据库程序,Oracle的JDBC驱动程序,SqlServer的JDBC驱动程序,配置数据库连接,可以新增,修改,删除,也可以测试数据库连接是否配置正确-using Java to write a database program, Oracle JDBC driver, patching the JDBC driver, configuration database connectivity, the new, modified, and deleted. the database can also connect test whether the correct configuration
Platform: | Size: 795648 | Author: 徐锋 | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver") String driver = "jdbc:microsoft:sqlserver://localhost:1433" Connection conn = DriverManager.getConnection(driver,"","") 修改成: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") String driver = "jdbc:odbc:try" Connection conn = DriverManager.getConnection(driver,"sa","") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http :// localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11264 | Author: fly | Hits:

[JSP/JavaExampleApp

Description: sqlServer,Struts,JDBC,分页-sqlServer, Struts, JDBC, paging
Platform: | Size: 2183168 | Author: xu | Hits:

[Internet-Networkblog

Description: 博客管理系统。安装说明: 1、在SQLSERVER中创建blog数据库并创建登陆帐号blog:blog,然后在SQL Server查询分析器中运行doc目录下db.sql创建所有表; 2、将工程导入Eclipse; 3、部署工程; 4、运行tomcat; 5、进入tomcat管理web后台, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!-Blog management system. Installation instructions: 1, create a blog in SQLSERVER database and create a login account blog: blog, and then in the SQL Server Query Analyzer run the doc directory to create all db.sql table 2, will be the project into Eclipse 3, the deployment of engineering 4, running tomcat 5, enter the tomcat management web background, in the Tomcat-> Service-> Host-> Context (blog)-> Resources-> Data Sources add Data Source URL: jdbc: jtds: sqlserver:// $ (dbhost): 1433 DatabaseName = blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog6, done!
Platform: | Size: 947200 | Author: | Hits:

[JSP/Javasqljdbc_1.1

Description: 在myeclipse下JDBC连接sqlserver2000的的驱动架包,使用直接把里面的.jar 拷贝到classes下的lib里-JDBC connection in SQL Server 2000 under myeclipse of the driver frame packet, the use of directly to the inside. Jar are copied to the classes under lib ri
Platform: | Size: 2615296 | Author: abc | Hits:

[JSP/Javajdbc_sql2000_sp3_setup

Description: jdbc sqlserver2000 驱动。用java操作数据库必须安装此驱动程序-jdbc sqlserver2000 drive. Operation of the database using java to be installed this driver
Platform: | Size: 2167808 | Author: 冯小二 | Hits:

[JSP/JavaSQLServer

Description: 软件架构课程:JDBC与JAVA数据库程序设计-Software architecture curriculum: JDBC and JAVA Database Programming
Platform: | Size: 766976 | Author: aaa | Hits:

[Windows DevelopJARbag

Description: 包括JDBC[MySql],JDBC连接各种数据库的代码,常用SSH包JDBC[SQLServer]-Including JDBC [MySql], JDBC code to connect various databases, SSH package commonly used JDBC [SQLServer]
Platform: | Size: 10950656 | Author: ph | Hits:

[JSP/Javaliuyan

Description: jsp 留言系统try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (ClassNotFoundException e) { // TODO Auto-generated catch block System.out.println("Driver not found") }-try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (ClassNotFoundException e) { // TODO Auto-generated catch block System.out.println("Driver not found") }
Platform: | Size: 1391616 | Author: haizhijiao | Hits:

[JSP/Javabe4wCommon

Description: 一个Project的基础代码,(1)JDBC连接池和分页,通过配置文件支持mysql,oracle,sqlserver多种数据库和多个数据库 (2)灵活的log4j日志配置 (3)常用功能的utils类-The basis of a Project Code, (1) JDBC connection pool and paging through the configuration file to support mysql, oracle, sqlserver multiple databases and multiple database (2) flexibility to configure the log4j log (3) types of commonly used functions utils
Platform: | Size: 57344 | Author: yuxd | Hits:

[JSP/Javasqlserver

Description: java 连接SQL SERVER 2005源代码,sql+server+2005+jdbc的连接-SQL SERVER 2005 connection java source code, sql+ server+2005+ jdbc connectivity
Platform: | Size: 3072 | Author: zhangwaiwai | Hits:

[JSP/JavaJDBC_sql

Description: Java,jsp和SqlServer2000的数据库链接的jar包 但不同版本要不同的链接方式-Java, jsp, and SqlServer2000 database link different versions of the jar package, but the link to a different way
Platform: | Size: 454656 | Author: xiaoqiang | Hits:

[JSP/JavaJavaDB

Description: 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-The use of Java to complete the program can export the data in the database insert statement for other databases, for data backup or transfer to another database, note that the data conversion process, text and binary fields will be ignored, the program supports oracle, sybase, mysql and ms sqlServer database. You can modify the parameter file, add a new database jdbc driver to add new types of support.
Platform: | Size: 1099776 | Author: 秦海亮 | Hits:

[JSP/JavaJDBCDriver3.0

Description: Microsoft SQL Server JDBC Driver 3.0.JSP驱动。-Microsoft SQL Server JDBC Driver 3.0.JSP drive.
Platform: | Size: 3523584 | Author: Man | Hits:

[Education soft systemjava-exam

Description: 在线考试系统旨在实现考试的无纸化管理,对一些科目的考试可以通过互联网络或局域网进行,方便校方考务的管理,也方便了考生,尤其适合考生分布广,不易集中的远程教育。我主要开发系统的后台管理系统—JAVA在线考试管理子系统,它包括试题管理、考生管理、在线制作试卷、控制学生考试的设置、试卷审批等功能。本论文主要介绍了对JAVA在线考试管理子系统的分析、设计和开发的全部过程。运用ER图,程序流程图等对在线管理子系统的设计过程进行详细的说明。全文共分为开发方案、需求分析、系统设计、关键技术解决,结论五部分。开发方案中主要介绍开发在线考试系统得目的、开发方案的选择及开发框架的技术的确定;需求分析介绍了在线考试系统的总体需求及系统各模块的功能需求;系统设计介绍了系统设计的指导思想、数据库的设计、系统模块的设计;关键技术介绍了在具体实现时需解决的一些技术,如开发框架的整合技术、开发框架与数据库的连接及数- "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory> <property name="connection.username">sa</property> <property name="connection.url">jdbc:microsoft:sqlserver://localhost:1035 DatabaseName=webexamine</property> <property name="dialect">org.hibernate.dialect.SQLServerDialect</property> <property name="myeclipse.connection.profile">sqlserver2000</property> <property name="connection.password">aaaaaaaa</property> <property name="connection.driver_class">com.microsoft.jdbc.sqlserver.SQLServerDriver</property> <property name="hibernate.dialect">org.hibernate.dialect.HSQLDialect</property> <property name="show_sql">true</property> <mapping resource="/com/perdure/hibernate/info/InfoTable.hbm.xml"/> <mapping resource="/com/perdure/hi
Platform: | Size: 28672 | Author: wanghong | Hits:

[SQL ServerMS-Sqlserver-JDBC-driver

Description: Microsoft Sqlserver的JDBC驱动-Microsoft Sqlserver JDBC driver
Platform: | Size: 371712 | Author: Gyang | Hits:

[JSP/Javajdbc(数据库例子)

Description: java 通过jdbc 连接ms sqlserver的例子,可以动态sql查询数据库,适合初学者学习。(Java through the JDBC connection MS sqlserver example, can dynamically SQL query database, suitable for beginners to learn.)
Platform: | Size: 479232 | Author: fhq | Hits:
« 12 3 »

CodeBus www.codebus.net