Results 1 to 3 of 3
- 04-10-2010, 12:06 PM #1
Is resultset the mirror image of database table???
I create a table as--
Then I fetched the contents of a database table into a ResultSet object...Java Code:CREATE TABLE RMS_ACCOUNTSTORE (INVOICE_TYPE VARCHAR2(5) NOT NULL, CUSTOMER_NAME VARCHAR2(50) NOT NULL, CUSTOMER_ADDRESS VARCHAR2(100) NOT NULL, TIN_NUMBER VARCHAR2(50) NOT NULL, PRIMARY KEY (TIN_NUMBER));
now my question is whether the order of columns in the resultset object will remain the same as the order of columns in a table in the database every time the resultset object is created ??
:confused:The Quieter you become the more you are able to hear !
- 04-10-2010, 02:45 PM #2
- 04-10-2010, 03:01 PM #3
Similar Threads
-
Need help with mirror images for dr.java
By outlawstar7788 in forum New To JavaReplies: 1Last Post: 04-07-2010, 10:44 PM -
How to display database in table
By tamnc in forum SWT / JFaceReplies: 0Last Post: 03-15-2010, 05:57 AM -
Resultset to HTML Table
By IDForums in forum JDBCReplies: 7Last Post: 01-15-2010, 06:45 AM -
Populating a combo-box in a JFrame with resultset from database
By matpj in forum AWT / SwingReplies: 11Last Post: 02-20-2009, 02:10 AM -
Showing ResultSet in HTML table
By Java Tip in forum Java TipReplies: 0Last Post: 01-27-2008, 08:09 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks