B4J Code Snippet Opening MS Access databases (mdb) - Erel    
Nov 24, 2021   
(18 reactions)   
tags: open mdb1. Download UCanAccess: https://www.b4x.com/b4j/files/ucanaccess.zip
(Sources: https://jackcessencrypt.sourceforge.io/ and http://ucanaccess.sourceforge.net/site.html)
The libraries are licensed...
link:
Hi BigBoss123,
Please find my code structure below.
#Region Project Attributes
#MainFormWidt...
link:
Clique aqui para ver as instruções
Então leia os posts a seguir. Você vai pegar a deriva.
Thanks...
link: Click here to see instructions
Then read the following posts. You'll get the drift....
B4J Tutorial Access DB (mdb) BeginTransaction and AddNonQueryToBatch - LucaMs    
Mar 1, 2024   
(1 reaction)I spent quite a bit of time tracking down an error that... wasn't in my project. To prevent you from doing it too...
I had to insert many records into an Access table.
I used a transaction (BeginTransaction).
The project produced no errors, but the table was empty.
I also tried... of operations do not work with ucanaccess and mdb files.
Running the insert queries in a "normal"...
link: It just requires an additional call at the right place:
sql.ExecNonQuery("COMMIT;")
See:
(Thanks to @jmon https://www.b4x.com/android/forum/threads/jsql-and-ucanaccess.62909/post-477390
ht...
B4A Question [SOLVED] Problem with MDB ACCESS Writing/Updating... - Magma    
Jan 22, 2015, File.DirRootExternal, "apografh.mdb")
Access.Open(File.DirRootExternal & "/apografh.mdb")
Table.Initialize(Access.GetTable("apothikieidwn"))
Table.Reset...
link: a table in the ms access db called Test, just check the log and my example works fine and your table...
link: .SetCurrentRowValue, with your own database, I created a table in the ms access db called Test, just check the log...
link: here to tell you make-for-me the app - i am here for the piece of code: Can't UPDATE the MDB...
B4A Question RDC (Remote Database Connector) and Access mdb database - Antonio1    
Sep 20, 2013 client to MS Access database.
Is it possible?
which driver should I use?
what code should I put in...
link: How many recors are there in the tables?
How many tables are in you database?
Try this:
JdbcUrl=jdbc...
link: The JdbcUrl is incorrect. It should be something like:
JdbcUrl=jdbc:ucanaccess://c:/KIMSHPENVY/DemoD...
link: Anybody Have any luck getting ucanaccess to work. I got the driver to load but I continually get giv...
B4J Question B4j Connect Access MDB file - Jones Hone (first post)    
Sep 29, 2020@BigBoss123:
The database is being used by an existing program and cannot be replaced with .accdb
@...
link: Besides the mirror database, you may want to try not setting memory=false and try to increase the JV...
link: UCanAccess uses an HSQLDB "mirror database" which by default is stored in memory and must...
link: Just noticed you still have an old *mdb using Jet engine 4.
Can you not update to the new Jet...
B4J Question MS Access databases (mdb) Update - OliverA (first post)    
Oct 19, 2021
i already test it ,have same issue
Can you upload a sample project that exhibits this issue?...
link:
Have you tried this? https://www.b4x.com/android/forum/threads/b4a-ucanaccess-demo-works-under-b4j-...
link: Have you tried this? https://www.b4x.com/android/forum/threads/b4a-ucanaccess-demo-works-under-b4j-s...
link:
i use instructions in this tutorial
https://www.b4x.com/android/forum/threads/opening-ms-access...
B4J Question Microsoft Access (.mdb) - EnriqueGonzalez (first post)    
Apr 5, 2016This is the library You should look for.
http://ucanaccess.sourceforge.net/site.html
It is very eas...
link: /forum/threads/jackcess-library-uses-ms-access-database-files.28373/
If not you can search for a .mdb...
link: You should use jSQL and the correct JDBC jar file.
https://www.b4x.com/android/forum/threads/sql-tu...
link: Hi, I should create an app that reads data from an old Access database (.mdb).
I searched the forum...
B4A Question Access MDB database - DonManfred (first post)    
Apr 2, 2014You did a search and did not find anything? Are you searching in the wrong forum?
http://www.b4x.co...
link: Consider using RDC (Search Forum for code, Servercode, tutorial and Examples)
I already searched th...
link: Consider using RDC (Search Forum for code, Servercode, tutorial and Examples)...
link: the approach to work with a database located in local.
I have a access database stored on an FTP server
My...
B4A Question Read Access (mdb) file - ovt001 (first post)    
Dec 3, 2012Hi Guys,
Thank you for your answers.
I go to have a lot to Client/Server tuto.
Cheers
O....
link: export-import).
Is it not possible to connect to a Access like we do in Visual Studio?
Or maybee...
link: be able to access the database via dsn,
but then you have to problem that you probably can't use...
link: export-import).
Is it not possible to connect to a Access like we do in Visual Studio?
Or maybee...
B4A Question Read/Write Access MDB - eps (first post)    
Mar 24, 2011Not strictly an answer to your question, but....
Have you seen this?
http://www.b4x.com/forum/basic4android-share-your-creations/7284-access-converter-sqlite3.html
Apols. I'm still not yet allowed to post URLs......
link: Hello,
I need to make an app that can read (primarily) and write (possibly)
from/to an MSAccess db. Googling around I've found Jackcess that
can do that using Java. Suggestions on its usage t...
Page: 1  
2  
3  
4  
5  
6  
7