Results 1 to 6 of 6
- 01-07-2012, 10:26 AM #1
Member
- Join Date
- Dec 2011
- Location
- india
- Posts
- 16
- Rep Power
- 0
Not getting 1st record from table.
I have created a form. From which i can get the records of the users(table name) by using query -" select * from users where acno(account number)=?".
But the problem is that if a table having 5 records about particular account , it displays only 4 record and not displaying the first record.
How to solve this?
- 01-07-2012, 11:50 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,375
- Blog Entries
- 7
- Rep Power
- 17
- 01-10-2012, 08:17 AM #3
Member
- Join Date
- Dec 2011
- Location
- india
- Posts
- 16
- Rep Power
- 0
Re: Not getting 1st record from table.
Yes! i am using resultset.next() method two timesin a same form to get all the recoreds from table,
is it wrong?
- 01-10-2012, 08:46 AM #4
Member
- Join Date
- Dec 2011
- Location
- india
- Posts
- 16
- Rep Power
- 0
Re: Not getting 1st record from table.
I am now using simpledateformate as (dd/MM/yy ) but i want out put as dd-month-yy eg.(1-jan-2012).what would i do to get it?
- 01-10-2012, 10:23 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: Not getting 1st record from table.
Look up the API for SimpleDateFormat and read up on the syntax?
It's all there...
- 01-11-2012, 11:14 AM #6
Member
- Join Date
- Dec 2011
- Location
- india
- Posts
- 16
- Rep Power
- 0
Similar Threads
-
How can I read a binary file record by record in java?
By ZigVe in forum New To JavaReplies: 9Last Post: 07-09-2011, 07:15 PM -
MouseClick in table of Search and To see previes record
By Zuraima in forum Java SoftwareReplies: 2Last Post: 08-10-2010, 08:03 AM -
How to edit/delete a record in a csv table with JavaCsv?
By fogus in forum New To JavaReplies: 3Last Post: 03-26-2009, 07:35 AM -
How to get whole record of a table into a java List
By Java Tip in forum Java TipReplies: 0Last Post: 04-01-2008, 10:43 AM -
How to get whole record of a table into a Java List
By JavaBean in forum Java TipReplies: 0Last Post: 09-28-2007, 01:01 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks