[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] 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?
Or is there a control available which supports me in database connection?
Thanks for any help!
Mr. Burns