Re: Test if field in DB exsits




One way you can do this, and some might say that it is not the best way, do
a select on the table and then do a FindField on that field. If FindField
returns NIL then the field does not exist.

Edwin

"Dolf van den Berg" <dolf@xxxxxxxxxxxxxxx> wrote in message
news:44a25ca7@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi

Hi how can I test if a field exists in a DB. If it exists I need to
execute a query that will use the value in that field.

Thanks


Dolf



.