| [news.eclipse.platform.swt] Re: SWT and mySQL - how? |
Hello,
I want to develop a frontend for a database application based on mySQL. What is the right way to get the connection between SWT and mySQL? Should I use
java.sql.Connection java.sql.Statement java.sql.ResultSetMetaData
to fill a SWT table / TableItem? What about the performance then?
What if I have one million records in a table?
Normally one reads only the No. of records which are to be shown on the screen to increase speed, how to achieve this?
You could use a virtual table and read only the visible data entries.
Henning.