Hi, I would like to know if and how you can manage database 'Access' MDB file with B4J.
Thanks
Marco
Thanks
Marco
Does not open the '.accdb' files?
DBFile = File.DirApp & "\" & "Finance.accdb"
...
gSQL.Initialize("net.ucanaccess.jdbc.UcanaccessDriver", "jdbc:ucanaccess://" & DBFile & ";showSchema=true")
...
DBUtils.ExecuteTableView(gSQL, "SELECT * FROM Currencies", Null, 0, TableView_Main)
Here is an example, any doubt that you tell meI want to make some modifications to the project.
When I click on a row in the tableview, I want the current record to become the clicked one.
So that I can move to previous and next record and highlight the current row.
(and display the model of the current car in a text box)
How can I do this?
this is 100% the wrong path.in my Additional Libraries Folder "C:\Program Files\Anywhere Software\Additional Libraries"
As my MDB file is found by the driver connection, I guess that there is a Passsword issue.org.hsqldb.HsqlException: user lacks privilege or object not found: MDB
Log(CurDBName)