SkillAgentSearch skills...

Interclient

A legacy connector for InterBase.

Install / Use

/learn @ForNeVeR/Interclient
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

InterClient

That is the client for old InterBase. It was originated from FireBird repository, but now is supported here separately.

Currently only Java connector is supported.

Building

cd packages
./gradlew build

Please check README.legacy if you're interested in building any other parts of the package.

Usage

Add the project repository to your repository list (this is a sample for maven pom.xml):

<repositories>
    <repository>
        <id>bintray.fornever</id>
        <name>fornever / maven</name>
        <url>https://dl.bintray.com/fornever/maven</url>
    </repository>
</repositories>

And import the artifacts to your project. For example, add the following to your <dependencies> in pom.xml:

<dependency>
    <groupId>interbase</groupId>
    <artifactId>interclient</artifactId>
    <version>2.01</version>
</dependency>

The 2.01 version was imported from the Linux binaries published at https://sourceforge.net/projects/firebird/files/OldFiles/interclient_201_linux-xinetd.tar.gz

Currently it is stored in the deploy directory with the corresponding interclient-2.01.pom file that was not published by Firebird developers and was written specially for this project.

License

All the code is distributed under the terms of InterBase Public License.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks1

Languages

Java

Security Score

55/100

Audited on May 6, 2022

No findings