Evans, Mark (Tandem) <[EMAIL PROTECTED]> wrote:
Would I be the first person to wish there were a way for, say, a JDBC driver that uses SQLite to be able to tell what kind of SQL statement it is executing?
sqlite3_column_count returns 0 for a non-SELECT statement, and a non-zero value for SELECT.
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

