Yesterday I accepted a JAVA project from a neighbor who runs a show room.
What he wants is a software which helps him manage MS-Access database...
The project needs
1) 2 databases are defined in ACCESS. Here the first database is for prospected clients ( those that enquired via telephone or "walked" in...
2) The user fills in data and presses a "SAVE" button to save the data to the database.
3) Modify data as required ...
4) Display different views of database such as on the basis of product the customer is interested in..
5) When the second database(for those who tested them) the FIRST database is updated automatically and sets a flag on the customer.
There are many more features, but I can manage them on my own...
What I've decided is to make a LANWARE... The server will operate on the database while the client interacts with the user.. the client will send requests and server will send the table data in arrays.... the arrays will be shown and modified data will be sent back to server..
what I need help in is the ACCESS-DATABASE part. I know sql but I do not know how to manipulate ACCESS database through java.
If someone can point me somewhere it would be appreciated.