(1) You could take a look at the typeof() funciton.
(2) You don't put quotes around a literal number in SQL.
You can get away with it in SQLite because it stores
everything (almost) as a string, but you really
shouldn't do it.Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

