B4A Library Jackcess library - uses MS Access database files - agraham    Dec 20, 2020   (5 reactions) /b4a-ucanaccess-demo-works-under-b4j-see-notes.121546/#content
The Jackcess library lets you read and... wraps the Jackcess Java library - details and licensing information are in the archive and the xml... B4A Question jackcess new version - Hamied Abou Hulaikah    Dec 19, 2020 Dear @agraham
Can you update jackcess library to the latest
https://www.b4x.com/android/forum/threads/jackcess-library-uses-ms-access-database-files.28373/
https://sourceforge.net/projects/jackcess... B4J Question B4J Jackcess Problem - Works from UI but gets ExceptionInInitializerError when run as Standalone .EXE file - PJLPJLPJL    Jan 14, 2021 I'd be grateful for help with this issue.
I'm using Jackcess to read a .MDB database in... a "#AdditionalJar: commons-logging-1.1.3" statement in Main (btw also needed when using Jackcess in... B4A Question JACKCESS library issue with SDKVersion above 26 - Johan Schoeman (first post)    Nov 26, 2023
After a huge amount of banging my head on a brick wall I've come up with the following answer.
... B4J Code Snippet Opening MS Access databases (mdb) - Erel    Nov 24, 2021   (18 reactions)   tags: open mdb
#AdditionalJar: commons-logging-1.2
#AdditionalJar: hsqldb-2.6.1
#AdditionalJar: jackcess-3.0.1... B4A Question Help With Jackcess FindFirstRowByEntry - MrKim    Sep 14, 2013 I can get FindClosestRowByEntry to work fine but FindFirstRowByEntry will not find anything.
Dim Access AsJackcessDatabase, Cur AsJackcessIndexCursor, Ind AsJackcessIndex, Tbl AsJackcessTable
Dim Found AsBoolean, Test AsString, IndVals(2) AsObject, Test2 AsString
Access.Open(File.DirInternal & "/PartsAndTime.accde")
Tbl.Initialize(Access.GetTable("OPsLookups"))
Ind... B4A Question B4A Jackcess examples - OliverA (first post)    May 1, 2019 then use the Jackcess library to access records in the db
No. You would use pre-established SQL statements that would be executed by the jRDC2 server via a JDBC driver that uses Jackcess to access... B4A Question Saving Camera Image to MS Access with Jackcess - Michael Mc (first post)    Nov 19, 2017   (2 reactions) I was able to get this to work. Yes Jackcess works with blobs in OLE Object Fields.
I'll post code for others, once I clean it up after all the testing.
I'm very impress with how easy... B4A Question Jackcess or convert to SQLite - eurojam (first post)    Feb 8, 2017   (1 reaction) we had the same requirements and did it the way SQLite/ODBC/Access, which works for us. we never used Jaccess, so i can not say anything to that.... B4A Question Jackcess library new version? - Erel (first post)    Nov 2, 2016 Moved to the questions forum. The Jackcess library size is 680KB. This will fit in project of any size.
Anyway, there are no plans to create a new Jackcess library.... Page: 1   2   3   4   5   |