|
-
Apr 11th, 2005, 10:40 AM
#1
Thread Starter
Junior Member
show records in a group of 10
hi Everyone!
i have a pb. in my project(vb and access).The database i'm having (Ms-Access is used as database)contains a large no of records(55000 items).i need to display the items in the listbox but when i query the databse to bring records using orderby and loop thru the recordset listbox contents seems to swing while populating.
can it be possible to display records in a group of 10/20 .is there any query for this..if i try select top 10 (or %) ,1st ten will be displayed but what about remaining? how an i solve this.i have next and prev button at the top of list
for disp records in a group but couldn't implement it.Pl. send code if anyone has.
help me
ashish sharma
-
Apr 11th, 2005, 10:49 AM
#2
Fanatic Member
Re: show records in a group of 10
Quick reply take a look at the Pagesize property of the recordset object this should be what you need.!!
Hope this helps!!!
Useful Links
.Net
#Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site
Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components
VB.COM
VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
-
Apr 11th, 2005, 11:00 AM
#3
Thread Starter
Junior Member
Re: show records in a group of 10
 Originally Posted by Bombdrop
Quick reply take a look at the Pagesize property of the recordset object this should be what you need.!!
Hope this helps!!!

but how to use it. i dont know.pl give me code
-
Apr 11th, 2005, 11:04 AM
#4
Re: show records in a group of 10
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|