tags:

views:

49

answers:

0

I am trying to display a large SQLite table in SWT. The problem is that SQLite's ResultSet does not support TYPE_SCROLL_INSENSITIVE which is needed when using the Listener approach. Is there a different approach for creating a virtual SWT table from an SQLite ResultSet?