![]() |
Need help!!!
Hello everyone, can someone help me with this please?
Create class which will create tables in data base (Microsoft Access). About the tables: number of columns, type of data, lenght of the data. And mantaining the information (the data) in the tables- add data, delete data and edit data. Thank you! |
Re: Need help!!!
Here's some code so far, but it's connected with SQL and I need it with Access.
Code:
import java.sql.*; |
Re: Need help!!!
The question is this: I work in Eclipse. How to connect Eclipse with Access?
The code is just fine, it has no errors. The errors that the code is giving me are: Code:
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'. |
| All times are GMT +5.5. The time now is 01:20. |