ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Native Connectors/Native Accesses / Native Sybase Connector
  • Overview
  • Required configuration
  • Conditions for using Native Sybase Connector
  • Required files
  • Use
  • Using the Native Sybase Connector in your WINDEV applications and WEBDEV sites
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 propose an optional Native Connector to Sybase (also called Native Access to Sybase). 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 Sybase Connector is only supported in WINDEV and/or WEBDEV 2024.
Required configuration

Conditions for using Native Sybase Connector

  • 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 Sybase 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.
  • wd290syb.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 Sybase Connector in your WINDEV applications and WEBDEV sites

To use Sybase in native mode, you must program:
Remarks:
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/29/2023

Send a report | Local help