XBaseJ: Difference between revisions
Appearance
Created page with "An open source Java interface to xBase databases, it allows you to read and write most variations of xBase files and allows you to build local and networked databases but ..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
An open source [[Java]] interface to xBase databases, it allows you to read and write most variations of xBase files and allows you to build local and networked databases but it does however not have an implementation of the xBase language itself. | An open source [[Java]] interface to [[xBase]] databases, it allows you to read and write most variations of xBase files and allows you to build local and networked databases but it does however not have an implementation of the xBase language itself. | ||
==Version== | ==Version== | ||
Line 5: | Line 5: | ||
==Links== | ==Links== | ||
* [https://sourceforge.net/projects/xbasej/ xBaseJ | * [https://sourceforge.net/projects/xbasej/ xBaseJ homepage] - On [[SourceForge]] | ||
==Licence== | ==Licence== | ||
The package was originally commercial software but has since been released as an open source software released under the [[LGPL v2]]. | The package was originally commercial software but has since been released as an open source software released under the [[LGPL v2]]. | ||
== | ==Author & publisher== | ||
* [[American Coders]] | * [[American Coders]] | ||
* | *Joe McVerry | ||
[[Category:xBase]] | [[Category:xBase]][[Category:Open Source Software]] | ||
[[Category:Open Source Software]] | |||
[[Category:Java Tools]] | [[Category:Java Tools]] |
Latest revision as of 23:46, 14 September 2022
An open source Java interface to xBase databases, it allows you to read and write most variations of xBase files and allows you to build local and networked databases but it does however not have an implementation of the xBase language itself.
Version
- Last known version: xBaseJ Release 20140412
Links
Licence
The package was originally commercial software but has since been released as an open source software released under the LGPL v2.
Author & publisher
- American Coders
- Joe McVerry