Skip to content

ohSmurfy/user_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user_interface

to get the db connection to work you will need mysql-connector-java-5.1.18-bin.jar in the repo

mysql table inserts that maybe needed for now

inserts into the checkout table insert into checkout (studentId,studentEmail,employeeId,itemId,itemDescription,dueDate) values ('m','m@gmail.com','bob','1000', 'Camera 1', '2014-10-15 12:00:00');

insert into checkout (studentId,studentEmail,employeeId,itemId,itemDescription,dueDate) values ('m','m@gmail.com','bob','1010', 'Camera 2', '2014-10-15 12:00:00');

insert into checkout (studentId,studentEmail,employeeId,itemId,itemDescription,dueDate) values ('m','m@gmail.com','bob','1011', 'Camera 3', '2014-10-15 12:00:00');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages