Skip to main content

SAP Advantage Database Server (ADS)

Custom connector for SAP Advantage Database Server (ADS) utilizes an ODBC connection for executing custom queries and retrieves metadata using specific queries tailored to this data source.

ODBC Driver

Before importing, using the custom connector requires the installation and configuration of the ODBC driver.

We have tested the import using the official Advantage ODBC Driver v12.0 downloaded from the https://me.sap.com/ website (requires logging in with your SAP ME account).

Image title

Connector features

Data Catalog

Dataedo will document the following objects from SAP Advantage Database Server (ADS):

  • Tables
  • Views
  • Procedures
  • Functions

How to connect

To connect to Snowflake, create new documentation by clicking Add and choosing New connection.

Image title

On the connection screen, choose SAP (Sybase) Advantage Database Server (ADS) (Local Custom Connector) or SAP (Sybase) Advantage Database Server (ADS) (Shared Custom Connector).

Image title

Choose the ODBC driver configured earlier.

Image title

Click Connect.

Connector specification

Imported objects

ObjectImported as
TableTable
ViewView
FunctionFunction
ProcedureProcedure

Tables metadata

MetadataImported as
SchemaSchema
NameName
CommentDescription
ColumnsTable columns
   NameName
   Data typeData type
   Null/Not nullNullable
   CommentDescription

Views metadata

MetadataImported as
NameName
CommentDescription
ScriptScript
ColumnsView columns
   NameName
   Data typeData type
   Null/Not nullNullable
   CommentDescription

Procedures metadata

MetadataImported as
NameName
CommentDescription
ScriptScript

Functions metadata

MetadataImported as
NameName
CommentDescription
ScriptScript