Programming

Implementation of SQL pagination with MS Access

Implementation of SQL pagination with MS Access

Post by Jertix, 10/09/2011, 3. Category: Programming

In this article we are going to see a working example of SQL pagination with Microsoft Access. SQL Pagination Microsoft Access doesn't have, by default, a SQL keyword that enable us to implement the pagination. We can get around this problem by using two...

Java: use of lastIndexOf with java.util.ArrayList

Java: use of lastIndexOf with java.util.ArrayList

Post by Jertix, 01/09/2011, 0. Category: Programming

In this article we are going to see an example of lastIndexOf property with an ArrayList of <Strings> 1. Here is the example: package org.Jertix;  import java.util.ArrayList;    public class testlastIndexOf  { ...