Commit c59202d2 by Patryk Czarnik

Konfiguracja sterownika postgresql.jar

parent 7dbc340c
......@@ -6,5 +6,6 @@
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="postgresql-42.6.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
......@@ -5,7 +5,6 @@ import java.sql.DriverManager;
import java.sql.SQLException;
public class ProsteZapytanie1 {
// JDBC - Java Database Connectivity
// Programista w swoim kodzie używa ogólnych insterfejsów i operacji:
// 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