[sqlite] Geting the errorcode in Java

2015-12-15 Thread Cecil Westerhof
2015-12-15 18:51 GMT+01:00 gwenn : > Your code looks good to me. > You should report an issue here: https://github.com/xerial/sqlite-jdbc > ?Done.? -- Cecil Westerhof

[sqlite] Geting the errorcode in Java

2015-12-15 Thread gwenn
Hello, Your code looks good to me. You should report an issue here: https://github.com/xerial/sqlite-jdbc Regards. On Mon, Dec 14, 2015 at 8:38 PM, Cecil Westerhof wrote: > I have the following code: > import java.sql.Connection; > import java.sql.DriverManager; > import java.sql.Statement; >

[sqlite] Geting the errorcode in Java

2015-12-14 Thread Cecil Westerhof
I have the following code: import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; import java.sql.SQLException; public class CheckProverbsLocked { private CheckProverbsLocked() { } public static void main(String [] args) throws Exception {