Hello, I'm just writing a program using SQLiteJDBC and watend to return generated keys by prepared statement. So I created statement using:
conn.prepareStatement( query, Statement.RETURN_GENERATED_KEYS ); and got NYI error. After I removed the constant, it works fine - and I even get the keys. Perhaps the exception should not/no longer be there? Regards Ladislav Laska S pozdravem Ladislav Laska --- xmpp/jabber: [email protected] _______________________________________________ SQLiteJDBC mailing list [email protected] https://lists.hcoop.net/listinfo/sqlitejdbc
