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

Search list

[Other resourceMysql JDBC驱动

Description: 关于jdbc对mysql的官方驱动程序,要使用java做数据库的朋友们必须了解的,就不多说了-jdbc right on the official mysql drivers to use java database so the friends must understand, it's more of
Platform: | Size: 145440 | Author: 秦进 | Hits:

[MySQLMysql JDBC驱动

Description: 关于jdbc对mysql的官方驱动程序,要使用java做数据库的朋友们必须了解的,就不多说了-jdbc right on the official mysql drivers to use java database so the friends must understand, it's more of
Platform: | Size: 145408 | 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:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[Otherzzcx

Description: The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided into the server procedure and customer s procedure two parts, server and customer adoption "Transmission Control Protocol"(TCP), connect a word (Socket) conjunction through a set, the adoption "User Datagram Protocol "(UDP) of the customer s, pass a data report a set to connect a word (DatagramSocket) establishment a conjunction. The system has customer registration, customer to register, increase good friend, delete good friend and send out and receive news etc. function.-JICQ The bureau is the area which write Java s according to the "Customer s Machine/Server" (C/S) mode message solid hour correspond by letter tool system. the system adopted the SQL Server2000 of Micros oft company as a backstage database, the system passes a database JDBC interview. Th e system is divided into the server procedure an d customer s procedure two parts. server and customer adoption "Transmission Co. ntrol Protocol "(TCP), connect a word (Socket) through a conjunction s et. the adoption "User Datagram Protocol" (UDP) of the customer s, pass a data report a set to connect a word (Datagr amSocket) establishment a conjunction. The sy stem has customer registration, customer to register, increase good friend, delete good friend and send out and
Platform: | Size: 17408 | Author: 乔峰 | Hits:

[JSPJDBCDatabaseAccesswithJava

Description: THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have arranged the book so that information needed only by experts is separated out from the basic material. We hope that driver developers as well as application programmers and MIS administrators will find what they need. Because different sections are aimed at different audiences, we expect that few people will read every page. We have sometimes duplicated explanations in an effort to make reading easier for those who do not read all sections. This book will be most helpful to those who have some knowledge of the Java programming language and SQL (Structured Query Language), but one doesn t need to be an expert in either to understand the basic concepts presented here. -THIS is really two books in one : a tutorial and a reference manual for JDBC. the application programming interface that ma ram it possible for programmers to access datab ases from Java. The goal is to be useful to a wide r ange of readers. novices from database to database experts. The refore, we have arranged the book so that information ne eded only by experts is separated out from the ba sic material. We hope that driver developers as well as application programmers and MIS admini strators will find what they need. Because diff erent sections are aimed at different audience s, we expect that few people will read every page. W e have sometimes duplicated explanations in an effort to make reading easier for those who do no t read all sections. This book will be most helpf ul to those wh
Platform: | Size: 343040 | Author: dddd | Hits:

[JSP/JavaMyownATM

Description: 这个系统的功能是模拟ATM机的登陆、查询余额、取款、更改密码等功能,利用了JDBC接口、SWING等。 如ATM的登陆、取款和更改密码都要利用JDBC接口与数据库连结,我遇到了很多问题,但最主要的就是数据库的设置问题,为了解决这个问题我看了四本书,查询相关的资料(累啊)。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, but the most important is that the database setting, in order to solve this problem, I read four books, Inquiries related information ('s burden).
Platform: | Size: 52224 | Author: 王富军 | Hits:

[JSP/JavaDbUtil

Description: 连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB" static String user="DBA_WEB" static String password="DBA_WEB" -oracle database linking the operation tatic String driverNam e = "oracle.jdbc.driver.OracleDriver" stati c String dbUrl = "jdbc : oracle : thin : @ 10.1.1.44 : 1521 : DBAWEB "static String user =" DBA_WEB "static S tring password = "DBA_WEB"
Platform: | Size: 1024 | Author: 远风 | Hits:

[File FormatJDBCracle

Description: 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 various interface is not exactly the same. Used for many years in the company's Oracle JDBC, I have accumulated a lot of skills, These skills will better enable us to play the performance of the system and achieve greater functionality.
Platform: | Size: 3072 | Author: 梁国脉 | Hits:

[JSPa81354

Description: JDBC Developer s Guide and Reference.pdf
Platform: | Size: 1804288 | Author: suntek | Hits:

[Software EngineeringOnlineManagementofExaminationSystemBasedonStruts.r

Description: 该系统采用了B/S结构模式,利用JSP技术,采用开源框架Struts,使用连接池技术通过JDBC访问数据库。特别在登录安全问题,借助Web服务器Session对象,综合运用数据加密技术与图片验证码技术,增强Web用户登录安全策略。 -The system uses the B/S structure model, the use of JSP technology, the use of open-source framework Struts, the use of connection pooling technology to access the database through JDBC. Security issues, especially in the registry, using Web server Session object, the integrated use of data encryption technology and picture Verification Code techniques to enhance Web user login security policies.
Platform: | Size: 3240960 | Author: 张勇 | Hits:

[WEB Codej2eebbs

Description: jsp+jdbc的bbs系统,数据库为mysql-jsp+ jdbc of bbs systems, database mysql
Platform: | Size: 106496 | Author: 深蓝 | Hits:

[Other systemsliyingfang

Description: 丽婴房库存销售系统 描述:C/S构架,J2SE技术,JDBC 连接 SQL SERVER数据库,把供应商,仓库,门店及客户,四者有机的结合起来-Les Enphants Stock Sales System Description: C/S architecture, J2SE technology, JDBC to connect SQL SERVER database of suppliers, warehouses, stores and customers, the four combined organic
Platform: | Size: 3354624 | Author: mahaiyang | Hits:

[MySQLmysql-connector-java-5.1.7

Description: mysql5.0 JDBC 驱动 放在glassfish或者tomcat的lib文件夹下就可以了-GlassFish mysql5.0 JDBC Driver on tomcat s lib or folder can be a
Platform: | Size: 8844288 | Author: 李残月 | Hits:

[JSP/JavaSoftwareEngineerStudyNotes

Description: 软件工程师学习笔记大全:包含了在达内学习期间记录的c++、CoreJava 、Jdbc、Hibernate、Servlet、Jsp、Spring、Struts、EJB的学习笔记。-Encyclopedia of Software Engineer Study Notes: includes study at the period of record in c++, CoreJava, Jdbc, Hibernate, Servlet, Jsp, Spring, Struts, EJB' s study notes.
Platform: | Size: 285696 | Author: ww | Hits:

[JSP/Javatest_online

Description: 系统基于Browser/Server模式开发,应用DreamweaverMX软件,结合JSP编程技术,并以 Microsoft SQL server2000为数据库开发工具,在Windows xp系统中使用JDBC驱动程序进行数据库连接。 论文主要阐述的是考试管理系统的操作过程及一些关键技术。该系统考生和管理员信息主要在管理员系统中输入,不需数据库直接输入,考试时考生输入准考证号码,核对正确后进入考生界面,考生界面主要有选择试卷、成绩查询组成,关键实现了考生在选择试卷后进入考试窗体,系统强制考生退出,及考完后对客观题的自动评分、存档。管理员进入管理员系统界面,管理员系统主要由系统管理、考生管理、题库管理、监控等模块组成,管理员系统和考试系统共同构成了该考试管理系统。 -This system is based on Browser/Server mode development , employ DreamweaverMX software, combine JSP programming technology, regard Microsoft SQL server 2000 as the database developing instrument, use JDBC driver to join the database in Windows XP system. What the thesis is mainly explained is procedure of the administrative system of an examination and some key technology. System this examinee and administrator information input of the system in administrator mainly, not needing the direct input of database , the examinee inputs the number of admission card for entrance examination when having an examination, enter examinee interface after check correct, examinee boundary plane mainly choose the paper , achievement to inquire about and make up, the key has realized examinees and entered and had an examination body of window behind choosing the paper, the system forces examinees to withdraw, and grading , filing automatically to objective question after finishing doing in the test. A
Platform: | Size: 512000 | Author: 田月 | Hits:

[File Format01JDBC(S)

Description: 一些关于javajdbbc的初步学习,共大家学习-JDBC: The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases – SQL databases and other tabular data sources, such as spreadsheets or flat files. The JDBC API provides a call-level API for SQL-based database access.
Platform: | Size: 354304 | Author: 腾龙 | Hits:

[SQL Serverjspandsql

Description: 浅谈JSP JDBC来连接SQL Server 2005的方法.doc 主要介绍连接过程 适合初学者-On the JSP JDBC to connect to SQL Server 2005' s method. Doc introduces the connection process for beginners
Platform: | Size: 5120 | Author: 春晓宁静 | Hits:

[.netJDBC-bss

Description: 这是一个比较大的系统VisualBasic做的进销存系统,是NIIT项目的一部分,有参考价值-this is the bss system which is coded by Visual Basic . that s the part of NIIT project system.hope u like it.
Platform: | Size: 2555904 | Author: Lufeng | Hits:

[Windows Developjdbc

Description: JAVA JDBC的用法说明,内容非常详细,适合初学者。-JAVA JDBC s instructions, content is very detailed, suitable for beginners.
Platform: | Size: 440320 | Author: 陈冬冬 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net