ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Native Connectors/Native Accesses / Native Sybase Connector
  • Overview
  • Required configuration
  • Native SAP ASE Connector requirements
  • Required files
  • Use
  • Using the Native SAP ASE Connector in your WINDEV applications and WEBDEV websites
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
WINDEV and WEBDEV offer an optional Native SAP ASE Connector. This Native Connector allows you to access a Sybase database from a WLanguage program without using any external driver.
This version is also used to:
  • Run the same query several times.
  • Retrieve the exit value of a stored procedure run on the server
These features are available from version 12.5 of Sybase Adaptive Server Enterprise (ASE).
Caution: This version of the Native SAP ASE Connector is only supported in WINDEV and/or WEBDEV SaaS.
Required configuration

Native SAP ASE Connector requirements

  • Sybase Adaptive Server Enterprise (ASE) version 10 or later (version 12.5 to retrieve the result of a stored procedure).
  • Sybase client layer installed.
  • The LIBSYBDB.DLL DLL must be accessible:
    • from the development computer.
    • from the deployment computer.

Required files

The following files are required to use the Native SAP ASE Connector:
  • the LIBSYBDB.DLL DLL. This DLL is installed by the client library of Sybase. See the license agreement of Sybase for more details about the distribution conditions of this DLL.
  • wd300syb.dll: Required for the Native Connector to a Sybase database. This file is provided with the Native WINDEV/WEBDEV Connector for Sybase.
Use

Using the Native SAP ASE Connector in your WINDEV applications and WEBDEV websites

To use Sybase in native mode, you must program:
Remarks:
  • Don't forget to read the limitations of the Native SAP ASE Connector.
  • The "Automatically create the data files when they are opened" option ("Files" tab of the project description) is taken into account by the Native SAP ASE Connector.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/28/2024

Send a report | Local help