SAP Adaptive Server Enterprise — Sybase ASE to the teams that have run it for decades — packs dozens of databases into one server, joined by T-SQL procedures and cross-database queries. DbSchema reverse-engineers all of them and untangles the dependencies visually.
Trusted by teams at
A large ASE installation is rarely one database — it is dozens on a single server,
with stored procedures reaching sideways and joins that cross database boundaries.
Tracking those relationships means querying system tables by hand, one
sysobjects at a time.
DbSchema reads the catalog of every accessible database on the server and lets you place their tables side by side on the same diagram.
The system catalog, turned into something a team can navigate.
Drag tables from multiple ASE databases onto one canvas and trace the foreign-key dependencies that reach across database boundaries.
Change tables and column definitions through dialogs, and keep sprawling schemas readable with focused, color-coded diagram layouts.
Generate HTML documentation of tables, columns, indexes, and foreign keys — a static, shareable snapshot for compliance reviews without live access.
The reverse-engineered schema lands in a design model you keep locally — browse it offline, version it, and use it as the baseline Pro diffs against a second environment.
Open the stored model when the ASE server is unreachable or off-limits.
Pro compares development against production ASE and works out exactly what differs.
The gap between environments becomes a script you read before it runs.
Being a file, the model drops into the version control your team already runs.
Two JDBC drivers reach ASE: the open-source jTDS driver from SourceForge
(class net.sourceforge.jtds.jdbc.Driver) or the SAP JDBC4
driver from the SAP Support Portal (class com.sybase.jdbc4.jdbc.SybDriver).
Register the JAR under Connections > Manage Drivers, then enter host and port —
5000 by default — for a URL like jdbc:sybase:Tds:host:5000/dbname.
Network connections must be enabled on the ASE server, and the login needs access to each database you want in the diagram. Full steps are on the SAP ASE JDBC driver page.
Community Edition costs nothing; a 15-day Architect trial is included.
Teams working with SAP Adaptive Server Enterprise often use these engines too. Explore dedicated guides and JDBC setup for each.