[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT and mySQL - how?

Mr. Burns wrote:
I tried to find "Minimal TableViewer example" in subject but no result, are you sure that it is called "Minimal TableViewer example"?

If you want to use pure SWT, try this example:

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet144.java?rev=HEAD&content-type=text/vnd.viewcvs-markup

( you will find more SWT snipplets at
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets )


You will just have to load the visible parts of the database on the fly.

To use the database you should use the JDBC interface of java.
( http://java.sun.com/docs/books/tutorial/jdbc/index.html )

Henning Rogge