| [SOLVED] How do you connect java programming to a MySQL database? So how do you connect it? can anyone generate a statement line as in like:
jdbc.mysql:\localhost\dbase?user&pass?
where do you post the port number? the database name? what is the correct arrangement? what is the driver name? is there a certain class file you need in order to use the driver? If there is, where can I get it?
Sorry for a lot of questions. THanks.
Our project goes this way:
Equipment Inventory and Tracking Application.
User can search by date, time, borrower. Can generate a statistics of equip frequently used, borrowed. Can generate search equip status life: damage, repaired, etc. |