Welcome![Sign In][Sign Up]
Location:
Search - SQL Server Driver for JDBC

Search list

[JSP/Javaafvotev1.2

Description: 投票问卷管理系统说明 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。-vote questionnaire Management System Note 1) administrator landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When users opendata.jsp document to amend, modify SQL Server username and password.
Platform: | Size: 32853 | Author: 唐文斌 | Hits:

[JSP/Javajtds-1.1-src

Description: 第三方的SQL Server and Sybase的jdbc dirver,速度更快,支持回滚(ms 原版不支持)。 Open source JDBC 3.0 Type 4 driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. jTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.-third-party SQL Server and Sybase jdbc dirver, faster, support undoes (ms do not support the original). Open source 3.0 Type 4 JDBC driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. JTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.
Platform: | Size: 3436375 | Author: zrx | Hits:

[JSP/Javajjinfo

Description: 采用jsp+servlet+javabean,jsp负责少量的页面处理,以servlet为主。 结构清晰明了,未对页面做美工处理,因此html和javascript代码很少, 详细介绍了jdbc的常用api以及数据库中的表的级联。 开发调试平台为jbuilder9+tomcat4,在resin和weblogic下测试通过。 数据库平台为ms sql server2000 数据库连接池为apache组织下jakarta项目组开发的commons-dbcp 1.0 info.sql 数据库的表结构文件 其中表info_table1和info_table2有级联关系 guestbook.properties 属性文件,初始化了一些参数 mssqlserver.jar,msutil.jar,msbase.jar SQL驱动 commons-collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 数据库连接池 -used jsp servlet javabean, jsp responsible for a small number of pages, mainly to servlet. Structure of clarity, the pages do not deal with artists, html and JavaScript code rarely, details of jdbc common api and the database table cascade. Developing and debugging platform for jbuilder9 tomcat4. the resin and Weblogic under test. Ms database platform for sql server 2000 database connection pool for apache organization jak Arta developed by the project team commons - DBCP 1.0 info.sql database table structure documents and watches info_table1 info_table2 a cascade relations guestbo ok.properties attribute, the initialization parameters mssqlserver.jar, msutil.jar. msbase.jar SQL driver commons - collections.jar. commons - DBCP - 1.1.jar, commons-pool-1.1.jar database connection pool
Platform: | Size: 667886 | Author: wyw0818 | Hits:

[JSP/Javachandddd

Description: 数据库表结构 用SQL Server建立数据库 数据库名:questionnaire Questions表 QuestionID 索引投票主题 Questions 存储投票主题内容 Isvisable 标识投票是否在前台显示 Date 记录投票发布时间 IsOpen 标识投票结果是否向投票用户公开 Items表 ItemID 索引投票选项 QuestionID 关联投票主题 Item 存储投票选项内容 ItemCount 投票记数 Admins表 AdminName 管理员用户名 AdminPwd 管理员密码 说明 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。 5)这是我用JSP做的第一个小项目,希望能与更多的朋友交流,我的信箱:fangpeng8118@21cn.com (阿房) -structure of the database tables with SQL Server database database name : Questions questionnaire table QuestionID Index vote theme Q uestions storage vote Isvisable theme logo in the foreground polling showed Date voting records issued IsOpen logo vote whether to vote users open Items Table ItemI D QuestionID index options linked to the voting voting voting theme Item storage options as ItemC voting been credited several Admins Table AdminName administrators manage user name AdminPwd Members password Note 1) administrators landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When the user to amend opendata.jsp documents, changes SQL Server username and password. 3) the current database connections, access, modify through the pages are co
Platform: | Size: 67832 | Author: 陈寻 | Hits:

[JSP/Javaafangv1.2

Description: 阿房投票问卷管理系统 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。-Awa vote a questionnaire Management System) administrator landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When users opendata.jsp document to amend, modify SQL Server username and password. 3) the current database connections, access, modify through the pages are completed, efficiency is not high, the new version will use JavaBeans achieve. 4) The new version will add the following functions : administrator settings, the option to vote theme release danxuan or election, voters voice feedback.
Platform: | Size: 27872 | Author: 康小雨 | 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: 2215205 | Author: 魏源 | Hits:

[JSP/Javaafvotev1.2

Description: 投票问卷管理系统说明 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。-vote questionnaire Management System Note 1) administrator landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When users opendata.jsp document to amend, modify SQL Server username and password.
Platform: | Size: 32768 | Author: 唐文斌 | Hits:

[JSP/Javaafangv1.2

Description: 阿房投票问卷管理系统 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。-Awa vote a questionnaire Management System) administrator landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When users opendata.jsp document to amend, modify SQL Server username and password. 3) the current database connections, access, modify through the pages are completed, efficiency is not high, the new version will use JavaBeans achieve. 4) The new version will add the following functions : administrator settings, the option to vote theme release danxuan or election, voters voice feedback.
Platform: | Size: 27648 | Author: 康小雨 | 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/Javajtds-1.1-src

Description: 第三方的SQL Server and Sybase的jdbc dirver,速度更快,支持回滚(ms 原版不支持)。 Open source JDBC 3.0 Type 4 driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. jTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.-third-party SQL Server and Sybase jdbc dirver, faster, support undoes (ms do not support the original). Open source 3.0 Type 4 JDBC driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. JTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.
Platform: | Size: 3436544 | Author: zrx | Hits:

[JSP/Javajjinfo

Description: 采用jsp+servlet+javabean,jsp负责少量的页面处理,以servlet为主。 结构清晰明了,未对页面做美工处理,因此html和javascript代码很少, 详细介绍了jdbc的常用api以及数据库中的表的级联。 开发调试平台为jbuilder9+tomcat4,在resin和weblogic下测试通过。 数据库平台为ms sql server2000 数据库连接池为apache组织下jakarta项目组开发的commons-dbcp 1.0 info.sql 数据库的表结构文件 其中表info_table1和info_table2有级联关系 guestbook.properties 属性文件,初始化了一些参数 mssqlserver.jar,msutil.jar,msbase.jar SQL驱动 commons-collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 数据库连接池 -used jsp servlet javabean, jsp responsible for a small number of pages, mainly to servlet. Structure of clarity, the pages do not deal with artists, html and JavaScript code rarely, details of jdbc common api and the database table cascade. Developing and debugging platform for jbuilder9 tomcat4. the resin and Weblogic under test. Ms database platform for sql server 2000 database connection pool for apache organization jak Arta developed by the project team commons- DBCP 1.0 info.sql database table structure documents and watches info_table1 info_table2 a cascade relations guestbo ok.properties attribute, the initialization parameters mssqlserver.jar, msutil.jar. msbase.jar SQL driver commons- collections.jar. commons- DBCP- 1.1.jar, commons-pool-1.1.jar database connection pool
Platform: | Size: 667648 | Author: wyw0818 | Hits:

[JSP/Javachandddd

Description: 数据库表结构 用SQL Server建立数据库 数据库名:questionnaire Questions表 QuestionID 索引投票主题 Questions 存储投票主题内容 Isvisable 标识投票是否在前台显示 Date 记录投票发布时间 IsOpen 标识投票结果是否向投票用户公开 Items表 ItemID 索引投票选项 QuestionID 关联投票主题 Item 存储投票选项内容 ItemCount 投票记数 Admins表 AdminName 管理员用户名 AdminPwd 管理员密码 说明 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。 5)这是我用JSP做的第一个小项目,希望能与更多的朋友交流,我的信箱:fangpeng8118@21cn.com (阿房) -structure of the database tables with SQL Server database database name : Questions questionnaire table QuestionID Index vote theme Q uestions storage vote Isvisable theme logo in the foreground polling showed Date voting records issued IsOpen logo vote whether to vote users open Items Table ItemI D QuestionID index options linked to the voting voting voting theme Item storage options as ItemC voting been credited several Admins Table AdminName administrators manage user name AdminPwd Members password Note 1) administrators landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When the user to amend opendata.jsp documents, changes SQL Server username and password. 3) the current database connections, access, modify through the pages are co
Platform: | Size: 67584 | Author: 陈寻 | 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:

[Other systemsafvotev1.2

Description: 1]管理员登陆帐号和密码都是admin。 2]数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3]目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4]新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。-1] the administrator account login and password are admin. 2] database connection using JDBC For SQL Server driver. Users to modify documents opendata.jsp, modify SQL Server login user name and password. 3] the current database connection, access, modify through the pages to complete, efficiency is not too high, in the new version will realize the use of JavaBeans. 4] The new version will add the following functions: administrator permissions settings, voting topics to choose radio or election, voters guestbook feedback.
Platform: | Size: 36864 | Author: fanziliang | Hits:

[OtherSQLServer2000JDBC

Description: SQL Server 2000 JDBC驱动包-SQL Server 2000 JDBC Driver Pack
Platform: | Size: 363520 | Author: 黄灿 | Hits:

[SQL Serverbcsl

Description: 一.VB 1.选择Components-Mircrosoft FlexGrid Control,用来显示数据 2.Project-Reference:选择Mircrosoft ActiveX Data Object 2.8 Library,使用ADO 3.添加模块 二.Java 1.驱动下载SQL Server 2000 driver for JDBC:MSSQLFORJDBCSP3setup.exe 将lib目录下的三个.jar文件加到CLASSPATH中 如果你使用的是JBuilder或Eclipse,将这三个文件加到工程的java buildpath中 2.升级你的SQL Server 2000,为其打上最新的补丁. 这一步可能不是必需的,因操作系统环境而定,在不打补丁的情况,有时可以正常连接,有时却不能 三.JSP 1.将lib目录下的三个.jar文件加到CLASSPATH中 jsp文件复制到Tomcat 安装目录下-1. VB 1. Select Components-Mircrosoft FlexGrid Control, is used to display data 2.Project-Reference: Choose Mircrosoft ActiveX Data Object 2.8 Library, the use of ADO 3. Add the module 2. Java 1. Driver Download SQL Server 2000 driver for JDBC: MSSQLFORJDBCSP3setup.exe under the lib directory 3. jar file added to the CLASSPATH in if you are using JBuilder or Eclipse, these three documents added to the project java buildpath, 2. to upgrade your SQL Server 2000, its to apply the latest patches. This step may not be necessary, because the operating system environment may be, without patching the case, sometimes a normal connection, and sometimes can not 3. JSP 1. the lib directory 3. jar file plus to the CLASSPATH in jsp file to the Tomcat installation directory
Platform: | Size: 7168 | Author: siriustar | Hits:

[JSPjavasqlserver2000

Description: Java连接SQL Server 2000 1、下载SQL Server 2000 driver for JDBC 2、升级你的SQL Server 2000,为其打上最新的补丁。 3、驱动的加载方法 4、获得一个连接-JSP
Platform: | Size: 2048 | Author: 赵云 | Hits:

[JSP/Javajsppingtaidajian

Description: jsp 平台搭建 操作系统 Microsoft Windows XP Professional (SP3)、 软件 Microsoft SQL Server2000(sp4)、java_ee_sdk-5_06-windows-ml.exe、apache-tomcat-5.5.26.exe、SQL Server 2000 Driver for JDBC.exe -jsp platform to build the operating system Microsoft Windows XP Professional (SP3), software, Microsoft SQL Server2000 (sp4), java_ee_sdk-5_06-windows-ml.exe, apache-tomcat-5.5.26.exe, SQL Server 2000 Driver for JDBC.exe
Platform: | Size: 240640 | Author: ishede | Hits:

[JSP/JavaJDBC

Description: 使用JDBC驱动程序连接数据库,并且连接后做了一些查询和增删改的测试,适合于初学者使用和学习JDBC原理。-Use the JDBC driver to connect the SQL Server Database.I did some test of search and add information or change information.It s good for primer learners.
Platform: | Size: 2557952 | Author: 依颜曦 | Hits:

[SQL ServerMicrosoftSQLServer2005JDBCDriver

Description: Microsoft+SQL+Server+2005+JDBC+Driver连接sql server 200驱动-Microsoft+ SQL+ Server+2005+ JDBC+ Driver driver connection sql server 200
Platform: | Size: 3154944 | Author: ltby_dm | Hits:
« 12 »

CodeBus www.codebus.net