Re: Shortcommings of DBIx

2001-10-04 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 10:06 PM +0200 10/2/01, Gerald Richter wrote: > > But, nothing displayed. It turns out that if there is something missing >> from a column, then nothing gets displayed. That is note1 is not required >> to entered by the user, but I want to dis

Re: Shortcommings of DBIx

2001-10-02 Thread Gerald Richter
> > But, nothing displayed. It turns out that if there is something missing > from a column, then nothing gets displayed. That is note1 is not required > to entered by the user, but I want to display it if it is there. > > Anyone else run into this? > Yes, you should be able to find it in the m

Shortcommings of DBIx

2001-09-27 Thread Boyd, David
I notice a short comming of DBIx (unless some one knows of a work around for it). I create a simple search: select incident_key, note1 as title from incident; I then wanted to display this information in a table so I did the following. Incident ID Titl