Subject Re: [firebird-support] Select * from where 0=1
Author Jerome Bouvattier
Hi,

> >I need to retrieve an empty resultset with all fields of a given table. I
> >tried the two following queries :

> If you need only fields definition, there is no need to open
> dataset. Prepare is quite enough.

Nice tip. I think it's the best compromise, they won't have to change too
much their code logic this way.

Thanks !

--
Jerome