Good afternoon,
How do I make the connection to SQLite DB?
I made the connection class like this.
package model;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class Conexao {
public st...
asked by
31.07.2014 / 18:27