I have to be honest. I am about to quit college and I just recently started. I have no clue about this assignment. I need help...badly.
For the lab this week, you will need to connect to data via JDBC and run a query such that the result is displayed by your program. Your data source should contain at least a few of the records listed in the UnitedStatesCaps.csv file. (Consider loading some of those rows into a table of your database.)
Here's the assignment: For the lab this week, you will need to connect to data via JDBC and run a query such that the result is displayed by your program. Your data source should contain at least a few of the records listed in the UnitedStatesCaps.csv file. (Consider loading some of those rows into a table of your database.)
*I tried doing this in access 2007...I just don't no what to do here. I am in the state of Georgia.
For full credit, your program should perform the lookup of the state capital via a JDBC connection. The database (if any) you use is up to you. It is possible sometimes to use the text file directly as a database if you have the right kind of driver on your system. Make sure you upload the following in your response...
1. The name of the driver you used for your JDBC connection to the data
2. The kind of database you used (e.g., MySQL, SQL Server, Access, raw text, etc)
3. Upload a screenshot proving that your program successfully retrieves the information via JDBC