B4J Tutorial Access DB (mdb) BeginTransaction and AddNonQueryToBatch - OliverA (first post)    Mar 01, 2024   (3 reactions) It just requires an additional call at the right place:
sql.ExecNonQuery("COMMIT;")
See:
(Thanks to @jmon https://www.b4x.-and-ucanaccess.62909/post-477390
https://www.b4x.-with-ucanaccess-not-committing-inserts-solved.96142/post-606832 B4J Code Snippet Opening MS Access databases (mdb) - Erel    Nov 24, 2021   (17 reactions) 1. 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 with Apache 2.0 license: http://www.apache.org/licenses/LICENSE-2.0
2. Copy the jars to the additional l B4J Question B4j Connect Access MDB file - Jones Hone (first post)    Sep 29, 2020 The database is being used by the existing program, and conversion to other databases is not allowed.
gSQL.Initialize(): This command took too much time.
Switch to gSQL.InitializeAsync() always slow. B4J Question MS Access databases (mdb) Update - hanyelmehy    Oct 18, 2021 i use instructions in this tutorial
https://www.b4x.-ms-access-databases-mdb.107963/#content
i can read data without any problem ,but when try to insert any new data nothing show in database file
-no error return when insert new data
-after insert new data ,i can found data with ResultSet ,but afte B4A Question .db file (sqlite) & .mdb file (vb6) - asales (first post)    Nov 01, 2020   (1 reaction) As the access database is in your computer, the better solution is to create a server in B4J.
Maybe you can start here:
https://www.b4x.-ms-access-databases-mdb.107963/ B4J Question Using MS Access - Magma (first post)    Jun 17, 2022 I agree... in 90%
I am using Access MDB databases with VB6 ....at least 20 years now... and never had bad records... corrupted databases... Also I was using them with asp classic as online db... with concurrent users more than 300 !!!!! :) and worked very well... but not with those superspeeds of t B4A Question RDC FOR MS ACCESS FILE - Ryan Pigeon    Nov 05, 2021 Hi. My requirement is access to a mdb file on the local network. Need to read & write data. Must be able to use an android app to do operations.
Can any one help me? I really have tried to do it on my own based on the examples, but I am struggling.
Any help will be sincerely appreciated.
Fanks gu B4J Question B4J and Database ACCESS ? - jerry07 (first post)    Jun 16, 2022   (1 reaction) Is your .mdb file protected by password?
If it is take look at this post: https://www.b4x.-ms-access-databases-mdb.107963/#content
EDIT:
BTW this dose not look right -> "DBUtils.ExecuteTableView(gSQL, "SELECT * FROM " & CurDBName , Null, 0, TableView_Main)"
"CurDBName" indicates your mdb file nam B4J Question UCanAccess with big Access database - Chris2    Oct 10, 2021 So connecting to the .mdb is necessary.
Is there anything I can do to make the initiailisation quicker, or is this just a limitation of Access &/or UCanAccess? B4J Question Microsoft Access (.mdb) - somed3v3loper (first post)    Apr 05, 2016 This was built for B4A I do not know whether it works for B4J or not
https://www.b4x.-library-uses-ms-access-database-files.28373/
If not you can search for a .mdb to sqlite converter . Page: 1   2   3   4   5   6   7   Powered by ColBERT |