Posts by user11893 • 31 points
1 post
-
3
votes1
answer1635
viewsQ: JDBC Sqlite - Java
Good afternoon, How do I make the connection to the Sqlite BD? I made the connection class like this. package model; import java.sql.Connection; import java.sql.DriverManager; import…