[jugnagpur] how to access limited number of data from database in ms-access
1 view
Skip to first unread message
sagar
unread,
Apr 29, 2010, 10:22:38 AM4/29/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jugnagpur
Hi, I want to access first 5 rows from database(ms access),then when i
will click next button then i should access next 5 rows and so on...
It is possible with mysql using limit keyword but while working with
ms-access it gives syntex error. I come to known that there is no
limit keyword in ms-access.
Can any one please tell me the solution.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jugnagpur
Hello Sagar,
As you are MySQL user you are using "Limit" keyword.
For Microsoft products we have "TOP" keyword to limit the number of
rows in select statement.
I hope this will solve your problem, Let me know if you still have the
problem.