RE: [sqlite] Error message: too much SQL parameters

2006-05-10 Thread andreas.goetz
You're right- found the limiting DEFINE in the JDBC driver sources- thanks! Andi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 10. Mai 2006 15:38 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Error message: too much SQL parameters <[EM

Re: [sqlite] Error message: too much SQL parameters

2006-05-10 Thread drh
<[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.