I am trying to port a small database application (php, MySQL) to sqlite.
How can I find the type of an arbitrary field?  In other words, what is the
equivalent of mysql_field_type() and mysql_field_flags() in sqlite?

I read something on the sqlite group recently that recommended using
pragma_show_datatypes in a query, but I couldn't get this to work and the
example on the newsgroup was written in C.

Could somebody please enlighten me?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to