Subject Re: [IBO] Validate SQL before Running
Author Lucas Franzen
Bill Gage schrieb:
> Is there a way to validate an SQL statement with IB Objects without
> actually running it?

Prepare the statement.

If it's invalid you'll get an error.

Luc.