Hi All
When using sql in mySql i usually use the Limit clause to return a set or records starting from a particular record no onwards: something like Limit 5, 20!!
Can this be done using every Database..is it a standard or?
I'm asking this because i trying to create an application that can support several different Database application (Access, MSDE, SQL Server, MySql, Mimer etc).
What do you think? Any idea pls!
Thanks
Nick
When using sql in mySql i usually use the Limit clause to return a set or records starting from a particular record no onwards: something like Limit 5, 20!!
Can this be done using every Database..is it a standard or?
I'm asking this because i trying to create an application that can support several different Database application (Access, MSDE, SQL Server, MySql, Mimer etc).
What do you think? Any idea pls!
Thanks
Nick