Results 1 to 8 of 8
Thread: need some database tips here! :D
- 04-07-2011, 03:47 PM #1
Senior Member
- Join Date
- Feb 2009
- Posts
- 117
- Rep Power
- 0
need some database tips here! :D
hi, thanks for reading.
i just want to ask what would be the best tool or utility maybe something that could do stuff with the data coming from the database.
like paginating records coming from the database to a client browser. what tool or method would you recommend like records coming from an oracle database.
any suggestion would be helpful! :D
- 04-07-2011, 06:51 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What you want with data that retrieve from the database? Your requirement is quit unclear to me. Can you elaborate more clearly?
There are millions of ways to work on with the retrieve data from the database in client side as well as in-between.
- 04-07-2011, 10:09 PM #3
Senior Member
- Join Date
- Feb 2009
- Posts
- 117
- Rep Power
- 0
well I believe I just want to get like for example 100 records from the database be paginated 10 records each for a page in a browser.. :D
- 04-08-2011, 08:00 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What controller you are using? A grid, table, etc ...
- 04-08-2011, 12:32 PM #5
Senior Member
- Join Date
- Feb 2009
- Posts
- 117
- Rep Power
- 0
a simple html table only :D
- 04-12-2011, 09:13 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I'm not sure how this is related with Java, respect to your explanation.
Normally if you want to do this with pure html, then AJAX calls is the best solution. You can write your own components for this. Simple logic is to check the number of records against the paging size. So you no need to store all the data to process. But you've to draw all the controls using HTML tags and all.
- 04-12-2011, 10:36 AM #7
Senior Member
- Join Date
- Feb 2009
- Posts
- 117
- Rep Power
- 0
thanks! maybe it is about time to get to know AJAX :D
- 04-28-2011, 10:37 AM #8
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Sorry for the late reply.
Actually JS, AJAX you can use on many platforms in much effective ways. So having hands-on experience is really valued.
Similar Threads
-
Recursion tips?
By MojoeMAN in forum New To JavaReplies: 1Last Post: 01-02-2011, 05:36 AM -
i need some tips on this question
By reeveliew in forum New To JavaReplies: 13Last Post: 06-15-2010, 05:29 PM -
Tips needed
By adz06 in forum New To JavaReplies: 5Last Post: 12-07-2009, 01:35 AM -
Need some tips.
By PVL268 in forum New To JavaReplies: 4Last Post: 02-27-2009, 02:37 PM -
First project, need some tips..
By Komala_aradhya in forum New To JavaReplies: 1Last Post: 08-03-2007, 01:25 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks