bfw
Member
Hi Guys,
my first post, so please bear with me I've downloaded MariaDB Connector from here and put the jar-File in my [Additional Libraries] folder and under [Additional Libraries]>[B4A]. In my Main module I added #AdditionalJar mariadb-java-client-3.5.1.jar, so it looks like
In the Logs window it reads
What's wrong with that? Can anyone help me please?
my first post, so please bear with me I've downloaded MariaDB Connector from here and put the jar-File in my [Additional Libraries] folder and under [Additional Libraries]>[B4A]. In my Main module I added #AdditionalJar mariadb-java-client-3.5.1.jar, so it looks like
B4X:
#Region Project Attributes
#ApplicationLabel: MyAndroidApp
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
#AdditionalJar mariadb-java-client-3.5.1.jar
#End Region
In the Logs window it reads
B4X:
Main - 8: Error parsing attribute: #AdditionalJar mariadb-java-client-3.5.1.jar
What's wrong with that? Can anyone help me please?