下载此文档

【计算机专业文献翻译】数据库访问.doc


文档分类:IT计算机 | 页数:约8页 举报非法文档有奖
1/8
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/8 下载此文档
文档列表 文档介绍
Database Access
ALMOST ALL APPLICATIONS MUST deal with saving and preserving data. Although some infor-mation can be stored in property files and the system environment, using a database is a natural way to ease development and increase the scalability of an application. Even if an application isn’t primarily designed for storing and cataloging information, it can still benefit from having easy access to data storage and retrieval.
Databases are the lifeblood of many systems and applications, and being able to understand them and manipulate fortably is important to the career of a software engineer. Data management is such a large task that a database team is an integral part of any medium- to large-anization, and anization can have a number of enterprise database systems.
In this chapter, we’ll discuss how to connect to a database using JDBC (Java Database Connectivity). We’ll use the MySql database for the chapter examples, and we’ll try to keep the code as portable as possible. (We’ll discuss portability and how to plicated relational designs in Chapters 13 and 14.)
Featured in this chapter:
◆ Understanding database connectivity
◆ Using Java Database Connectivity
◆ Basic connection pooling
◆ A sample application illustrating basic database interactions
Database Connectivity and JDBC
Before we look in depth at JDBC, let’s look at the big picture. When a d

【计算机专业文献翻译】数据库访问 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数8
  • 收藏数0 收藏
  • 顶次数0
  • 上传人36296518
  • 文件大小0 KB
  • 时间2015-10-22
最近更新