This one time, at band camp, "Ian VanDerPoel" <[EMAIL PROTECTED]> wrote:


> You can find the info you want in the  sqlite_master 
> table. There is some doco on it at the sqlite.org the website. I am not sure if the 
> info is held anywhere else but 
> select * from sqlite_master where name = quotes; will return the sql used to build 
> the table. you can parse the data type from that.

yep, guess I will just write up a getFieldType function

Thanks for your time.

Kind regards
Kevin

-- 
 ______                              
(_____ \                             
 _____) )  ____   ____   ____   ____ 
|  ____/  / _  ) / _  | / ___) / _  )
| |      ( (/ / ( ( | |( (___ ( (/ / 
|_|       \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to