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

You can find an example how to use the tableviewer framework in this newsgroup by searching for the subject "Minimal TableViewer example".
Don't forget to check out the introductory articles featured at eclipse.org's arcticles section also.


SWT and JFACE currently offer no functionality for dealing with the database. You'll have to fetch your data per jdbc and then put it into the tableviewer.




Hello,

thanks for your reply, I come from C++ I am a beginner in Java/SWT and do really not know where to start.
Under C++ you have so called components which are ready to use objects which offer all functionality you need to deal with tables and database.
So its with few effort possible to read, modify and write back data into e.g. a mySQL database.


What is a virtual table in Java? Is it a SWT table or belongs it to Java? And how to connect it to the mySQL database?
Does the SWT table offer an possibility to edit?


Do you have any codesnippet for me?

Thanks for further information!

Mr. Burns