Hello,
I'm in the process of establishing a connection to PostgreSQL as part of my exploration into migrating data between PostgreSQL and SQL Server/Oracle, or vice versa. I have added the CLASSPATH pointing to "postgresql-42.7.1.jar" file in my environment variable too. While attempting to connect to PostgreSQL on my local machine using CQL IDE, I encountered the error mentioned below:
java -cp "cql.jar:mysql-connector-java-5.1.47.jar" catdata.ide.IDE
--
You received this message because you are subscribed to the Google Groups "Categorical Data" group.
To unsubscribe from this group and stop receiving emails from it, send an email to categoricalda...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/categoricaldata/fa76cfbf-694d-4379-b4cd-dfac52ae6dedn%40googlegroups.com.
java -cp "./mssql-jdbc-12.4.2.jre11.jar;./CQL.jar" catdata.ide.IDE
java -cp "./postgresql-42.7.1.jar;./CQL.jar" catdata.ide.IDE