文件名称:JDBC
介绍说明--下载内容均来自于网络,请自行研究使用
Student
{
String name
Date birthday
String homeAddress
String classNumber
}
请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。
要求:
1. 安装MySql,并建立Table Student,里面添加一些测试数据。
2. 用界面显示数据库中的数据。
3. 实现插入删除,修改数据的接口。
4. 显示数据的界面要求像Excel一样,可以添加,修改和删除,然后当用户所有修改结束后,点击提交,程序根据变化调用插入,删除或者修改函数,更新数据库。
5. 点击提交前发生的变动要么全部提交成功,要么一条也不提交。即当有修改提交失败的时候,前面的要求不能更新。
-Student
{
String name
Date birthday
String homeAddress
String classNumber
}
Please create a table in the database records of the above class and use interface displays data in the database, users can interface to insert, delete, and
Modify data, you can modify multiple data be submitted again, this time asking for a change not successfully updated, all updates should be rolled back.
Requirements:
1. Install MySql, and the establishment of Table Student, which add some test data.
2. use interface displays data in the database.
3. to achieve insert delete, modify the data interface.
4. display the data as the interface requirements such as Excel, you can add, modify, and delete, and then when the user after all the changes,
Click Submit, the program according to changes in call to insert, delete or modify the function, update the database.
5. Click Submit changes occurred before the submission of either all succeed or not to submit one. That is, when there are change
{
String name
Date birthday
String homeAddress
String classNumber
}
请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。
要求:
1. 安装MySql,并建立Table Student,里面添加一些测试数据。
2. 用界面显示数据库中的数据。
3. 实现插入删除,修改数据的接口。
4. 显示数据的界面要求像Excel一样,可以添加,修改和删除,然后当用户所有修改结束后,点击提交,程序根据变化调用插入,删除或者修改函数,更新数据库。
5. 点击提交前发生的变动要么全部提交成功,要么一条也不提交。即当有修改提交失败的时候,前面的要求不能更新。
-Student
{
String name
Date birthday
String homeAddress
String classNumber
}
Please create a table in the database records of the above class and use interface displays data in the database, users can interface to insert, delete, and
Modify data, you can modify multiple data be submitted again, this time asking for a change not successfully updated, all updates should be rolled back.
Requirements:
1. Install MySql, and the establishment of Table Student, which add some test data.
2. use interface displays data in the database.
3. to achieve insert delete, modify the data interface.
4. display the data as the interface requirements such as Excel, you can add, modify, and delete, and then when the user after all the changes,
Click Submit, the program according to changes in call to insert, delete or modify the function, update the database.
5. Click Submit changes occurred before the submission of either all succeed or not to submit one. That is, when there are change
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JDBC\.classpath
....\.project
....\.settings\org.eclipse.jdt.core.prefs
....\bin\database$1.class
....\...\database$ADD$1.class
....\...\database$ADD.class
....\...\database$Change$1.class
....\...\database$Change$2.class
....\...\database$Change$3.class
....\...\database$Change$4.class
....\...\database$Change.class
....\...\database$DELETE.class
....\...\database$HELP.class
....\...\database$list.class
....\...\database$SUBMIT.class
....\...\database.class
....\src\database.java
....\.settings
....\bin
....\src
JDBC
....\.project
....\.settings\org.eclipse.jdt.core.prefs
....\bin\database$1.class
....\...\database$ADD$1.class
....\...\database$ADD.class
....\...\database$Change$1.class
....\...\database$Change$2.class
....\...\database$Change$3.class
....\...\database$Change$4.class
....\...\database$Change.class
....\...\database$DELETE.class
....\...\database$HELP.class
....\...\database$list.class
....\...\database$SUBMIT.class
....\...\database.class
....\src\database.java
....\.settings
....\bin
....\src
JDBC