B4A Question File transfer between android device and windows pc - ViMeAv ICT (first post)    Jan 10, 2023 I now use the jrdc2 example but got stuck at : java.lang.ClassNotFoundException: com.mysql.jdbc.Driver.
I changed : #AdditionalJar: jtds-1.3.1
and put the files in the library folder.
What am I doing wrong? B4J Question [SOLVED] [WebApp] Web Apps Overview, problems running it - j_o_h_n    Jan 29, 2021 I got all the parameters from another sample program serverhelloworld iirc, that's working fine locally and has this line in it pool.Initialize("com.mysql.jdbc.Driver", "jdbc:mysql://localhost:3307/test?characterEncoding=utf8", "root", "usbw") When I then run the program it fails on the line below B4J Question MySQL connector issues... again - Cableguy (first post)    Sep 29, 2019 sept. 29, 2019 12:36:28 PM com.mchange.v2.c3p0.C3P0Registry
INFO: Initializing c3p0-0.9.5.2
...
...
sept. 29, 2019 12:36:39 PM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource Loading class `com.mysql.jdbc.Driver'. This German java.lang.reflect.InvocationTargetException - DonManfred (first post)    Nov 23, 2024 Du brauchst keinen Client, Du brauchst einen odbc-treiber.
Den kannst Du dann ganz einfach mit der jSQL Library einbinden. Also in B4J.
In b4a musst Du die entsprechende Library verwenden wobei der direkte Datenbankzugriff von Android nicht empfohlen ist.
Zurück zur B4J
#AdditionalJar: mysql-conn Spanish [Solucionado] Conexión a SQL SERVER con jRDC2 - aspi (first post)    Feb 26, 2023 Si mato el proceso, genero el paquete autónomo, ejecuto y voy al navegador: WARNING: Could not load driverClass net.sourceforge.jtds.jdbc.Driver java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) B4J Question [SOLVED] Help with jRDC and mySQL not connecting (error not understood) - svanneste    Mar 29, 2024 Last acquisition attempt exception: java.sql.SQLException: java.lang.ClassCastException: class java.math.BigInteger cannot be cast to class java.lang.Long (java.math.BigInteger and java.lang.Long are in module java.base of loader 'bootstrap') at com.mysql.jdbc.SQLError.createSQLException(SQL B4J Question [SOLVED]error connecting to sqlite using JRDC2 - elitevenkat (first post)    Mar 15, 2021 1,}{0.0.0.0:19180} 2021-03-15 12:27:41.204:INFO:oejs.Server:main: Started @900ms jRDC is running (version = 2.22) Mar 15, 2021 12:27:45 PM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource INFO: Initializing c3p0 pool. com.mchange.v2.c3p0.ComboPooledDataSource Mar 15, 2021 12:27:45 PM com.mchan B4J Question [Solved][Server] Run the ServerExample on Synology with MariaDB - Elric (first post)    Dec 27, 2020 2020 2:01:33 PM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
INFO: Initializing c3p0 pool. com.mchange.v2.c3p0.ComboPooledDataSource
Dec 27, 2020 2:01:33 PM com.mchange.v2.c3p0.DriverManagerDataSource
WARNING: Could not load driverClass org.mariadb.jdbc.Driver
java.lang.ClassNotFoundExce B4A Question mysql jdbc connection database - Schakalaka    Dec 23, 2019 Class com.mysql.jdbc.DatabaseMetaData failed lock verification and will run slower. Class com.mysql.jdbc.MysqlIO failed lock verification and will run slower. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 mi B4J Question Error Attempting to Use MySQL with Server Login Example - cklester    Dec 30, 2020 This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. Error occurred on line: 15 (DB) java.sql.SQLException: An attempt by a client to checkout a Connection has timed Page: 1   2   3   4   5   6   7   Powered by ColBERT |