@psc_readme_2012_2.txt

来自「关于jdbc数据库编程」· 文本 代码 · 共 17 行

TXT
17
字号
Title: JDBC Project
Description: The code connects to the specified database usingthe JDBC:ODBC bridge driver provided by the Java SDKIt allows users to enter SQL queries into a JTextFieldand the results to be shown in a JTable object. I alsoimplement a JTree object that shows the table structurewith the different field names. This is really anexercise with JDBC and Swing because I used many Swingcomponents that I haven't worked with before. I am pleased with the ease of using the different Swingcomponents as well as the ease of working with databasesin the Java language.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=2012&lngWId=2

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?