<[EMAIL PROTECTED]> wrote: > I'm inserting into a table with 71 columns, trying to populate all > columns in one (prepared) statement with JDBC. I'm receiving this error > message: SQLITE.Exception: too much SQL parameters. > > Any ideas? >
Look in your JDBC bindings, not in the SQLite core. SQLite did not generate this error message. -- D. Richard Hipp <[EMAIL PROTECTED]>

