Re: Adding sqlite-jdbc to Services

2023-06-03 Thread Antonio
Hi, Some comments below. On 3/6/23 3:19, Arbol One wrote: > > I assumed that by adding the 'sqlite-jdbc-3.30.1.jar' as a [Services tab]: Databases > Driver would make the driver global and that my code would run just as if I had added it to the [Project tab]: MyApp > Libraries s

SQLite-JDBC - Tutorial needed

2023-05-29 Thread Amn Ojee Uw
Hello! Can anyone recommend me a tutorial about using *sqlite-jdbc* in a 'Java Web > Web Application' project? Any help is much appreciated.

Re: Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread Lars Bruun-Hansen
are now ready to debug Microsoft's code. /Lars [1]: https://repo1.maven.org/maven2/com/microsoft/sqlserver/mssql-jdbc/10.2.0.jre17/ On Fri, Feb 4, 2022 at 6:37 PM John wrote: > > Hi Lars, > > > > I use Maven and, while not an expert, use it to (for example) to check for > lat

RE: Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread John
that I need to reference the source files inside my pom.xml (I.e. a Maven solution) and that NetBeans will auto-reference that information? I have checked the pom.xml file, and it only references the dependency – I.e.     com.microsoft.sqlserver    mssql-jdbc

Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread John
Good afternoon, I am running the latest versions of NetBeans (12.6), JDK 17 and MS-SQL JDBC driver 10.2 on Windows 10. I want to integrate the JDBC sources into NetBeans so that, if I on a method (e.g. setAutoCommit of java.sql.Connection.setAutoCommit(boolean), NetBeans will take me

Jdbc connection unsuccessful [java][jdbc]

2021-08-24 Thread tuegor
acker?useSSL=false"The connection string seems to be correct, so I suspect the problem arises from the project properties. The point is I created a lib folder in the project files and placed the needed libraries there, including the mysql jdbc connector jar. I don't know whether this is

Re: Issues relating to Postgresql JDBC following upgrade to Mac OS Catalina release 10.15.7

2020-10-07 Thread Jack W.
Had a similar problem with an IBM i Db2 ODBC driver after Catalina upgrade. Uninstalled the ODBC driver and re-installed and everything works. On Wed, Oct 7, 2020 at 10:41 AM David Gradwell wrote: > We have for many years built Java applications accessing Postgresql > databases using NetBeans.

Issues relating to Postgresql JDBC following upgrade to Mac OS Catalina release 10.15.7

2020-10-07 Thread David Gradwell
We have for many years built Java applications accessing Postgresql databases using NetBeans. We run these applications on Mac OS X, Windows 10 and Debian. Around the time of an upgrade to Mac OS Catalina release 10.15.7 (early Sept 2020) when running on recently purchased Mac Mini all JDBC

jdbc

2019-06-09 Thread mmouer
> Thanks Juan, you’ve helped an old dog learn new tricks. > > Michael > > Hi, > > I’m using MySQL driver in several projects with Netbeans 11 and I have no > problem. > > Perhaps you are using > > Class.forName(“com.mysql.cj.jdbc.Driver”); > > that is not necessary any more? > > You only need add

Re: jdbc

2019-06-09 Thread Juan Miguel Escribano
Hi, I’m using MySQL driver in several projects with Netbeans 11 and I have no problem. Perhaps you are using Class.forName(“com.mysql.cj.jdbc.Driver”); that is not necessary any more? You only need add the MySQL jar to the libraries of the project. Best, Juan Miguel El 9 jun 2019 2:45

Re: jdbc

2019-06-08 Thread Nick Couchman
On Sat, Jun 8, 2019 at 8:33 PM wrote: > OK, simple question, > > I keep getting java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. > in both 10 & 11. > This means that you're missing the install of the Java JDBC driver for MySQL. This is covered in the JDBC se

jdbc

2019-06-08 Thread mmouer
I keep getting java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. in both 10 & 11. I have no trouble connecting through services. I have looked everywhere and followed numerous examples and tutorials but to no avail. When I started I had a full head of air, now I’m almost bald. HELP

jdbc

2019-06-08 Thread mmouer
OK, simple question, I keep getting java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. in both 10 & 11. I have no trouble connecting through services. I have looked everywhere and followed numerous examples and tutorials but to no avail. When I started I had a full head of air, now