SAP Sybase
Last updated
Last updated
Warning
The Sybase Connector/Python DBAPI is a currently no longer maintained by SAP and has no support for versions 16 below. The Sybase dialect is not tested as part of Syntho’s continuous integration, due to the unavailability of adequate test databases / environments.
Before you begin, gather this connection information:
Name of the server you want to connect to, port number, and if you use single sign-on, service name
The database name
Optionally, the name of the schema that you want to connect to
User name and password
Are you connecting to an SSL server?
Launch Syntho and select Connect to a database, or under Create workspace, select Sybase. For a complete list of data connections, select More under From database. Then do the following:
Enter the name of the server that hosts the database that you want to connect to.
Enter the database name to connect to the contained database.
Optionally, enter the schema name.
Enter the port number.
Enter your user name and password.
Select the Require SSL check box when connecting to an SSL server.
Select Create Workspace. If Syntho can't make the connection, verify that your credentials are correct. If you still can't connect, your computer is having trouble locating the server. Contact your network administrator or database administrator.
Contact your Syntho contact person to discuss possible limitations regarding this connector.
The following table outlines the support and limitations for various data types in Sybase ASE when using connectors. It indicates what's supported per generator type, and if any additional processing is performed by Syntho to successfully generate and write the data.
Data Type | AI-powered generation | Duplicate, Mask | Processing |
---|---|---|---|
INT
☑️
☑️
-
BIGINT
☑️
☑️
-
SMALLINT
☑️
☑️
-
TINYINT
☑️
☑️
-
DECIMAL
☑️
☑️
-
NUMERIC
☑️
☑️
-
FLOAT
☑️
☑️
-
REAL
☑️
☑️
-
DATE
☑️
☑️
-
TIME
☑️
☑️
-
SMALLDATETIME
☑️
☑️
-
DATETIME
☑️
☑️
-
BIGDATETIME
☑️
☑️
-
BIGTIME
☑️
☑️
-
CHAR
☑️
☑️
-
VARCHAR
☑️
☑️
-
NCHAR
☑️
☑️
-
NVARCHAR
☑️
☑️
-
TEXT
☑️
☑️
-
BINARY
☐️
☑️
Writing BINARY types might run into issues unless the ODBC driver is properly configured. Further information can be found here
VARBINARY
☐️
☑️
-
IMAGE
☐️
☑️
-
BIT
☐️
☐️
Completely excluded from writing-
MONEY
☑️
☑️
-
SMALLMONEY
☑️
☑️
-
UNICHAR
☐️
☐️
Completely excluded from writing
UNIVARCHAR
☐️
☐️
Completely excluded from writing
UNITEXT
☐️
☐️
Completely excluded from writing
TIMESTAMP
☐️
☐️
Completely excluded from writing