B4J Library JDataBase Library

UPDATED 1-14-2014 5:42pm EST: I have updated the libraries and the SAMPLE code. I have created a new library which is included, to replicate the functions of the MsgBox and the ToastMessage. Please copy all .jar & .xml files in the libraries folder to your ExtraLibs folder for B4J. Please report any issues you find, as this is a work in progress.

--- Original ---

I am converting the B4A Database Library to B4J. Attached is a Beta version that I am looking for some testing and feeback on. It includes a sample project and the library files. Copy the .jar & .xml files to your ExtraLibs folder.
 

Attachments

  • JDataBase With Demo 1.1.zip
    327.3 KB · Views: 943
Last edited:

Theera

Well-Known Member
Licensed User
Longtime User
Hi Margret,
I've test the example, I 've the error message is:
Parsing code. 0.02
Compiling code. 0.06
Compiling generated Java code. Error
Cannot find: C:\Program Files\Anywhere Software\B4J\libraries\reflection.jar

In B4J has Andrew's jreflection,why not it still error.
 

agraham

Expert
Licensed User
Longtime User

Theera

Well-Known Member
Licensed User
Longtime User
Hi Margret,
Thank you (It's better,if you delete JDataBase.zip in post #1).
 
Last edited:

myriaddev

Active Member
Licensed User
Longtime User
Hi Margret. I use your B4a version, and love it! I tried your B4J version and found the mDB.ListRecords
needs a little work (docs & code). Keep up the GREAT work!. Jerry
 

myriaddev

Active Member
Licensed User
Longtime User
Hi Margret. I had already translated your B4A (Class version) to B4J before finding your nice Lib.
I will email my work in about a week+. Jerry
 

ziomorgan

Active Member
Licensed User
Longtime User
Thanks, but I meant using the margret's library with function CreateDatabase.
If I have not misunderstood the function creates a file for each table.
 
Top