Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #5094

Re: How to change rows from a database table using a SWT table

From Jeff Higgins <jeff@invalid.invalid>
Newsgroups comp.lang.java.gui
Subject Re: How to change rows from a database table using a SWT table
Date 2012-03-17 17:21 -0400
Organization A noiseless patient Spider
Message-ID <jk2v51$q05$1@dont-email.me> (permalink)
References <87r4wrxtq3.fsf@Compaq.site>

Show all headers | View raw


On 03/17/2012 09:06 AM, Cecil Westerhof wrote:
> At the moment I am building a little desktop application. I am using
> SWT for this. One of the things I want to use is a database. I can
> fill a SWT Table with the values I retrieve with a select. (Using a
> TableItem for each row of the ResultSet.) Adding to both tables does
> not pose a problem either. But I was wondering how to handle edits and
> deletes. For this I need the key of a record, but I would not want to
> display the keys in my table.
>
> How can I get edit and delete functionality without showing the keys
> to the user?
>
Can you use JFace?

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

How to change rows from a database table using a SWT table Cecil Westerhof <Cecil@decebal.nl> - 2012-03-17 14:06 +0100
  Re: How to change rows from a database table using a SWT table Jeff Higgins <jeff@invalid.invalid> - 2012-03-17 17:21 -0400
    Re: How to change rows from a database table using a SWT table Cecil Westerhof <Cecil@decebal.nl> - 2012-03-18 11:04 +0100
      Re: How to change rows from a database table using a SWT table Jeff Higgins <jeff@invalid.invalid> - 2012-03-18 06:54 -0400
        Re: How to change rows from a database table using a SWT table Cecil Westerhof <Cecil@decebal.nl> - 2012-03-18 12:59 +0100
          Re: How to change rows from a database table using a SWT table Jeff Higgins <jeff@invalid.invalid> - 2012-03-18 08:56 -0400
          Re: How to change rows from a database table using a SWT table Jeff Higgins <jeff@invalid.invalid> - 2012-03-18 12:38 -0400

csiph-web