Re: How to use OJB to implement TableModel interface for JTable purpose?

2004-11-20 Thread Jakob Braeuchi
hi gene, i wouldn't mix the db-layer with the gui-layer. jakob Gene schrieb: Hi, Any one can tell me if i can use OJB to implement TableModel interface for the purpose of using JTable as view layer? If so, can anyone give some hints or example? Thanks a lot! Gene

Re: [INTRO01] - I01 - Simple Java Class - Need the quickstart application !

2004-11-20 Thread Ilias Lazaridis
Jakob Braeuchi wrote: Ilias Lazaridis schrieb: Ilias Lazaridis wrote: The series of simplified OJB Introduction applications that I like to contribute to the project, rely initially on the ojb-blank. but: ojb-blank does not provide the basic functionality needed: - ant-target run -

Unique query without using primary key?

2004-11-20 Thread jeichels
This might be a simple question but I am not getting it. Question: How does one retrieve a unique value that is not the primary key? I have the following data: primaryKey -- wish didn't have to have this autonumbered PK. serviceId searchWord-- many