RE: Official implementation request.

2004-08-22 Thread Nathan Smith
the primary key. I will have to talk to our DBA on this one. Nathan. -Original Message- From: Mahler Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, 20 August 2004 7:36 p.m. To: 'OJB Users List' Subject: RE: Official implementation request. Hi Nathan, If you have a compound primary

RE: Official implementation request.

2004-08-22 Thread Nathan Smith
August 2004 12:04 a.m. To: OJB Users List Subject: Re: Official implementation request. Hi, When we need this, I never use database NULL value for PK, instead I use a String initiated with 'NULL' then the Querys can change from: SELECT * FROM table1 WHERE field1 IS NULL AND field2 = '0001

RE: Official implementation request.

2004-08-20 Thread Mahler Thomas
: Official implementation request. Hi all, LabPro 2000 Ltd is a specialist provider of information management systems including LIMS (Laboratory Information Management Systems). We here at www.labpro2000.com currently use OJB as part of our eQual application development (http

Re: Official implementation request.

2004-08-20 Thread Clóvis Wichoski
Hi, When we need this, I never use database NULL value for PK, instead I use a String initiated with 'NULL' then the Querys can change from: SELECT * FROM table1 WHERE field1 IS NULL AND field2 = '0001' to: SELECT * FROM table1WHERE field1 = 'NULL' AND field2 = '0001' This idea work on any

Re: Official implementation request.

2004-08-20 Thread Robert r. Sanders
I'd tend to force an artificial primary key (as an extra field); but I suppose the customization options offered by OJB would allow you to write your own call-back to enable the kind of functionality your talking about. Clóvis Wichoski wrote: Hi, When we need this, I never use database NULL value

Official implementation request.

2004-08-19 Thread Nathan Smith
Hi all, LabPro 2000 Ltd is a specialist provider of information management systems including LIMS (Laboratory Information Management Systems). We here at www.labpro2000.com currently use OJB as part of our eQual application development (http://demo.labpro2000.com). This is a redevelopment of the