SQLite ExecuteTable

JamesC

Member
Licensed User
It's quite straightforward to create a table from the first 500 results of a query, with cmd.ExecuteTable("table1",500). Is there a simple way to create a table from the second 500 results of the query, i.e. records 500-999?

Thanks

James
 
Top