Skip to content

Paradox JDBC type 4 Driver

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

riccosir/paradoxdriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

465 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Paradox Driver

This project aims to create a pure Paradox Java Driver by using the JDBC 4 technology.

To use it, install the driver class com.googlecode.paradox.Driver and use the JDBC String jdbc:paradox:/dir/to/files.

Example

    Class.forName("com.googlecode.paradox.Driver");
    java.sql.Connection conn = DriverManager.getConnection("jdbc:paradox:./db");

Downloads

If you're using Maven, you can use the dependencies below:

<dependency>
    <groupId>com.googlecode.paradoxdriver</groupId>
    <artifactId>paradoxdriver</artifactId>
    <version>1.4.1</version>
</dependency>

If you're using Gradle, add the following line to your dependencies section:

compile 'com.googlecode.paradoxdriver:paradoxdriver:1.4.1'

If you just want the files, you can grab the latest release.

Licensing

This software is released under the GNU Lesser General Public License v3.0 (LGPLv3+). Additionally, Autoconf includes a licensing exception in some of its source files.

For more licensing information, see http://www.gnu.org/licenses/gpl-faq.html.


Copyright (C) 2012 Leonardo Alves da Costa.

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind.

About

Paradox JDBC type 4 Driver

Resources

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%