Results 1 to 1 of 1
Thread: Access Like Application
- 11-23-2010, 08:49 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 24
- Rep Power
- 0
Access Like Application
I know procedural programming in Access 2007 IDE.
I've studied java and OO programming for some time now.
So far I've managed to create simple java program that connects to the database and does some sql.
Now I want to try to do some serious stuff like presenting data in table and create edit forms, reports etc.
What confuses me here is:
I don't see the connection between the objects and collections I use in program to manipulate with informations and database tables, meaning how can I create effect that when the info on the object changes the data in the table change as well?
I guess the confusion is because of the business logic tier that 3-tier architecture brings in contrast to 2-tier architecture (the one access has and the one I was working with). In access it was simple:
I would create table and the a form based on that table and then the fields and that was that.
Here I have some objects in between (that represent tables and their fields), but the object enough are sufficient, and I could store data in text files via serialization, not needing the database.
So my question in fact is: can someone propose some tutorials, steps on how would I create simple access one form-table application, that would be 3-tier (use classes of objects), and save all the changes on objects in tables?
Thank You
Similar Threads
-
How to access data at OpenOffice Base file (*.odb) from my java application
By atvienna in forum JDBCReplies: 4Last Post: 07-06-2010, 09:40 AM -
Default Access (package access) confusion
By gauravrajbehl in forum New To JavaReplies: 1Last Post: 11-18-2009, 10:48 AM -
access database connectivity from outside an application
By suchirag in forum JDBCReplies: 5Last Post: 10-29-2009, 07:56 AM -
Database access in bluetooth application
By abhijit in forum JDBCReplies: 0Last Post: 09-21-2009, 11:43 AM -
How to store and access multiple calendars using a J2ME application
By thirupathik in forum CLDC and MIDPReplies: 0Last Post: 07-13-2008, 01:47 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks