An open API service indexing awesome lists of open source software.

https://github.com/xdev-software/xapi-db-sybase

Sybase Database Adapter for the XDEV Application Framework SqlEngine
https://github.com/xdev-software/xapi-db-sybase

database database-adapter java sybase xapi xdev xdev-application-framework

Last synced: 27 days ago
JSON representation

Sybase Database Adapter for the XDEV Application Framework SqlEngine

Awesome Lists containing this project

README

          

[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/xapi-db-sybase)](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-sybase)
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-sybase/checkBuild.yml?branch=develop)](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-sybase/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-sybase)
# SqlEngine Database Adapter Sybase

The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for Sybase which includes the Sybase-specific implementation for database access.

### :information_source: Important Notes

We once wrote this Database Adapter for Sybase 6.0 which is now a part of Sybase jConnect.

[The JDBC-Connector Jar must be downloaded from their website (requires registration)](https://stackoverflow.com/a/26350230/12336976).

Furtermore, this Adapter is not applicable to write to the database. Your are only able to read from it.

The following actions, can't be performed:
- createTable
- addColumn
- alterColumn
- dropColumn
- createIndex
- dropIndex
- appendEscapeName

## XDEV-IDE
The [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder, the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework can be integrated.

The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5, the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD concept of XDEV and is part of every XDEV application, was released as open-source in 2008.

## Support
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).

## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.

## Dependencies and Licenses
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/xapi-db-sybase/dependencies/)