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
- Host: GitHub
- URL: https://github.com/xdev-software/xapi-db-sybase
- Owner: xdev-software
- License: lgpl-3.0
- Archived: true
- Created: 2023-01-13T12:49:19.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-25T01:05:32.000Z (about 2 years ago)
- Last Synced: 2025-12-26T16:41:29.557Z (about 2 months ago)
- Topics: database, database-adapter, java, sybase, xapi, xdev, xdev-application-framework
- Language: Java
- Homepage: https://javadoc.io/doc/com.xdev-software/xapi-db-sybase
- Size: 163 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-sybase)
[](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
[](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/)