Blank Database Fields - 5/5/2003 9:39:44
Is there a way to ONLY return data in a database (Using DRW) that have values?
In looking at the DATABASE (SQL 2000) the field are <NULL>. Is there any way to only return the fields in a record that actually have data in them? I' ve played around with multiple Select Statements, but so far I havn' t had any luck hitting the combination (if there is one) to NOT return NULL values.
and that seems to be what I want to do (it' s a confirmation page - and I ONLY want to show NON <NULL> values. But I' m not sure where to put the information that is in the reply.
My confirmation page IS a custom Query in the DRW to return the data.
Ok - this is EDIT number 2. The problem with the confirmation page is this. When there is NO data in a field - then the fieldname itself is returned - with a blank spot next to it. I' m trying to get this so that there is NOT a field name at all.
RE: Blank Database Fields - 5/6/2003 9:19:10
Ok - sorry - Its not the confirmation page that' s the problem - it' s when I pull up a record from the database. It returns all fields. I think it is a SQL statement issue. I' ve (I think) attached a screenshot of the results. Is there a way in SQL to specify ONLY populated fields when returning records?