Hi Joanne,
On Wed, 5 Dec 2007 11:53:03 -0800 (PST), Joanne Pham
<[EMAIL PROTECTED]> wrote:
> Hi Kees,
> Is there anyway that we can find out how
> many columns are defined in the table?
Interpret the results of PRAGMA table_info(tablea);
or
Do a SELECT * LIMIT 1 on the table and get the information from
the result set.
There was a discussion over that last method just one or two
days ago, so you could try the archives.
sqlite3_column_count() perhaps?
>Thanks for the info.
>JP
HTH
--
( Kees Nuyt
)
c[_]
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------