Commit c59202d2 by Patryk Czarnik

Konfiguracja sterownika postgresql.jar

parent 7dbc340c
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="postgresql-42.6.0.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>
...@@ -5,7 +5,6 @@ import java.sql.DriverManager; ...@@ -5,7 +5,6 @@ import java.sql.DriverManager;
import java.sql.SQLException; import java.sql.SQLException;
public class ProsteZapytanie1 { public class ProsteZapytanie1 {
// JDBC - Java Database Connectivity // JDBC - Java Database Connectivity
// Programista w swoim kodzie używa ogólnych insterfejsów i operacji: // Programista w swoim kodzie używa ogólnych insterfejsów i operacji:
// Connection, PreparedStatement, ResultSet, executeQuery... // Connection, PreparedStatement, ResultSet, executeQuery...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment