Skip to content

Commit 3c7a4f4

Browse files
Merge pull request #118 from ianf-mongodb/DOCSP-35064
DOCSP-35064 Add Sybase Mentions to Corpus
2 parents 847e344 + c1b5963 commit 3c7a4f4

File tree

6 files changed

+33
-4
lines changed

6 files changed

+33
-4
lines changed

source/connection-strings/relational-database-connection-strings.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Relational Migrator can connect to the following relational database systems:
2424
- `Oracle <#oracle>`__
2525
- `PostgreSQL <#postgresql>`__
2626
- `SQL Server <#sql-server>`__
27+
- `Sybase ASE <#sybase-ase>`__
2728

2829
Relational Migrator's connection form contains fields where you can specify a
2930
username and password for the connection. The form obscures passwords
@@ -197,4 +198,20 @@ property, the connection still succeeds but you can only see objects in
197198
the default ``dbo`` schema in all databases.
198199

199200
If you specify the ``databaseName`` property, you can see tables from
200-
all schemas within the specified database.
201+
all schemas within the specified database.
202+
203+
Sybase ASE
204+
----------
205+
206+
The general form for a Sybase ASE connection string is:
207+
208+
.. code-block::
209+
210+
jdbc:jtds:sybase://[host]:[port]/[databaseName]
211+
212+
.. note::
213+
214+
To learn more about Sybase ASE connection strings, see:
215+
216+
- `Sybase ASE Connection String Docs <https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01776.1601/doc/html/san1357754914053.html>`__
217+
- `Connectingstrings.com <https://www.connectionstrings.com/sybase-adaptive/>`__

source/jobs/creating-jobs.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ Steps
7171
- Enter a database name, or leave blank to load all databases.
7272
* - Postgres
7373
- Leaving database name blank loads schemas from the default database.
74-
74+
* - Sybase ASE
75+
- Leaving database name blank loads schemas from the default database.
76+
7577
2e. Enter a username in the :guilabel:`Username` text box.
7678

7779
2f. Enter a password in the :guilabel:`Password` text box.
@@ -173,3 +175,4 @@ each database, see the following:
173175
* `Oracle <https://debezium.io/documentation/reference/stable/connectors/oracle.html#_preparing_the_database>`__
174176
* `PostgreSQL <https://debezium.io/documentation/reference/stable/connectors/postgresql.html#setting-up-postgresql>`__
175177
* `SQL Server <https://debezium.io/documentation/reference/stable/connectors/sqlserver.html#setting-up-sqlserver>`__
178+

source/jobs/prerequisites.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ first sync job:
4141
- :icon-lg:`Checkmark`
4242
- :icon-lg:`Checkmark`
4343

44-
* - :ref:`Sybase <rm-prereq-sybase>`
44+
* - :ref:`Sybase ASE <rm-prereq-sybase>`
4545
- :icon-lg:`Checkmark`
4646
-
4747

source/jobs/prerequisites/sybase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Configure Migration Prerequisites for Sybase
1111
:class: singlecol
1212

1313
There are no prerequisite requirements to use Relational Migrator with
14-
Sybase ASE. Sybase only supports snapshot sync jobs.
14+
Sybase ASE. Sybase ASE only supports snapshot sync jobs.

source/projects/create-project-live-connection.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Steps
4343
- Oracle
4444
- PostgreSQL
4545
- SQL Server
46+
- Sybase ASE
4647

4748
#. Enter the connection details to create the JDBC URI for your relational database.
4849

@@ -73,6 +74,9 @@ Steps
7374
* - Postgres
7475
- Leaving database name blank loads schemas from the default database.
7576

77+
* - Sybase ASE
78+
- Leaving database name blank loads schemas from the default database.
79+
7680
d. Enter a user name in the :guilabel:`Username` text box.
7781

7882
e. Enter a password in the :guilabel:`Password` text box.

source/projects/create-project-loading-schema-files.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ to generate DDL files from your relational system.
103103

104104
#. Select :guilabel:`Options` and enable :guilabel:`Include CREATE DATABASE statement`.
105105

106+
.. tab:: Sybase ASE
107+
:tabid: sybase-ddl
108+
109+
Importing DDL files with Sybase ASE is not supported.
110+
106111
Steps
107112
-----
108113

0 commit comments

Comments
 (0)