Discussion:
How to check if Column Exists in BDE SQL?
(too old to reply)
David
2006-11-24 00:36:16 UTC
Permalink
Hi

I am using Paradox database for my application, I would like to find out
how can I check my table if a column exists in an SQL statement or using
a BDE function?

Thanks.
David
Jayme Jeffman
2006-11-25 13:53:21 UTC
Permalink
Hi,

Have a look at TSession::GetFieldNames in the Help file.

HTH

Jayme.
Post by David
Hi
I am using Paradox database for my application, I would like to find out
how can I check my table if a column exists in an SQL statement or using a
BDE function?
Thanks.
David
Loading...