From 700af4c60ce0083e94e7ca58b9be80812c3f42a9 Mon Sep 17 00:00:00 2001 From: Matias Ferreira Date: Tue, 29 Sep 2020 11:12:35 -0400 Subject: [PATCH] intentando detallar modo de ejecucion del ejercicio 3 --- JDBC-e001/bin/com/roshka/jdbc/Q10.class | Bin 0 -> 1851 bytes JDBC-e001/bin/com/roshka/jdbc/Q11.class | Bin 0 -> 1736 bytes JDBC-e001/bin/com/roshka/jdbc/Q12.class | Bin 0 -> 2880 bytes README.md | 13 +++++++++++++ 4 files changed, 13 insertions(+) create mode 100644 JDBC-e001/bin/com/roshka/jdbc/Q10.class create mode 100644 JDBC-e001/bin/com/roshka/jdbc/Q11.class create mode 100644 JDBC-e001/bin/com/roshka/jdbc/Q12.class diff --git a/JDBC-e001/bin/com/roshka/jdbc/Q10.class b/JDBC-e001/bin/com/roshka/jdbc/Q10.class new file mode 100644 index 0000000..1cf0a07 Binary files /dev/null and b/JDBC-e001/bin/com/roshka/jdbc/Q10.class differ diff --git a/JDBC-e001/bin/com/roshka/jdbc/Q11.class b/JDBC-e001/bin/com/roshka/jdbc/Q11.class new file mode 100644 index 0000000..0ba3745 Binary files /dev/null and b/JDBC-e001/bin/com/roshka/jdbc/Q11.class differ diff --git a/JDBC-e001/bin/com/roshka/jdbc/Q12.class b/JDBC-e001/bin/com/roshka/jdbc/Q12.class new file mode 100644 index 0000000..f329952 Binary files /dev/null and b/JDBC-e001/bin/com/roshka/jdbc/Q12.class differ diff --git a/README.md b/README.md index e69de29..7cbd61f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +# Ejercicio de JBDC 001: Sentencias Básicas + +para descargar el proyecto se debe ejecutar el siguiente comando +``` +git clone https://phoebe.roshka.com/gitlab/mferreira/jdbc-e001.git +``` + + +Para poder probar el funcionamiento de las clases Q10, Q11 y Q12 debe abrir el proyeto JDBC-e001 y cambiar la ubacion del driver de jdbc para postgres al que usted tiene en su maquina. Eso se hace en el archivo .classpath en la linea 5. + + + +Si no tiene ningun driver de jdbc para postgres en su maquina, puede descargarlo desde [aqui](https://jdbc.postgresql.org/download.html 'driver jdbc postgres'). -- libgit2 0.26.0