Results 1 to 4 of 4
Thread: want solution for following
- 12-26-2011, 07:25 AM #1
Member
- Join Date
- Dec 2011
- Location
- india
- Posts
- 16
- Rep Power
- 0
want solution for following
i am developing a banking system software in java with oracle xe10g.
i hv created 2 forms now for opening an account holder and 2nd is to make daily transaction .
but the trouble is i hv to create database table for each user that i cant create from the front end.
can any one help me for this?
- 12-27-2011, 05:12 PM #2
Re: want solution for following
You don't need to create a table for each user. You need to create a users table to hold all users.
-
Re: want solution for following
Do you mean you need to display a table (coded in Java) to show the customer details in your software?
Or is this just database related?
This is the Oracle tutorial for creating JTables (to display a table)
How to Use Tables (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
- 12-28-2011, 09:07 AM #4
Senior Member
- Join Date
- Apr 2010
- Location
- Dhaka,Bangladesh
- Posts
- 178
- Rep Power
- 0
Re: want solution for following
Just create a table named,say ACCOUNT_HOLDER
columns are id,Name,account_number,balance,phn_number,........ .
Each time a new account is opened,insert that on this table.Don't Forget to try yourself before asking others help.....
Press REP, if you find their advices/solutions effective.
Similar Threads
-
Comments on my FPS solution
By trader5050 in forum New To JavaReplies: 1Last Post: 11-17-2010, 04:51 PM -
Please I need the solution to this
By debobbt in forum New To JavaReplies: 4Last Post: 12-18-2009, 04:34 AM -
solution for my project
By shkelqa in forum AWT / SwingReplies: 4Last Post: 05-28-2008, 10:31 PM -
solution for my project
By themburu in forum Java AppletsReplies: 4Last Post: 05-21-2008, 01:03 PM -
Please need solution
By prithvi in forum New To JavaReplies: 4Last Post: 04-22-2008, 01:27 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks