You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,17 @@ We once wrote this Database Adapter for Sybase 6.0. According to the following c
12
12
The Maven Dependency (found on https://mvnrepository.com/artifact/com.esen.jdbc/sybase-jconn3/6.0 ), should not be used.
13
13
In order to get this Adapter to run, you have to register on their website and manually download the JAR.
14
14
15
+
Furtermore, this Adapter is not applicable to write to the database. Your are only able to read from it.
16
+
17
+
The following actions, can't be performed:
18
+
- createTable
19
+
- addColumn
20
+
- alterColumn
21
+
- dropColumn
22
+
- createIndex
23
+
- dropIndex
24
+
- appendEscapeName
25
+
15
26
## XDEV-IDE
16
27
XDEV(-IDE) 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.
0 commit comments