Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Or, perhaps, you want the database to create a temparary table for a specific user. (I think Oracle can do that -- you'd have to check the Oracle documentation/consult an Oracle DBA for exactly how).
Otherwise, I would suggest using something like HSQL or some such. If you can explain why you need it, we might be able to come up with more practical suggestions.
Piscis Babelis est parvus, flavus, et hiridicus, et est probabiliter insolitissima raritas in toto mundo.
wat i want to do is that....i have a main database on the server...and when some client will access my site the selected records should be stored at the client side....how can this be done..
Winners Dont Do Different Things, They Do Things Differently !!!
Deepak, You mean you want a GUI table to represent your real database table? For a webpage, use HTML/Javascript/JSP. For an applet or client application, use Swing.
Either way, you use JDBC to get the data from the database table.