|
|
|
|
|
- Overview
- Required configuration
- Native SAP ASE Connector requirements
- Required files
- Use
- Using the Native SAP ASE Connector in your WINDEV applications and WEBDEV websites
Native SAP ASE Connector for WINDEV and WEBDEV
Available only with this kind of connection
WINDEV and WEBDEV offer an optional Native SAP ASE Connector. This Native Connector lets you access a Sybase database without an external driver from a WLanguage program. 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). Attention: This version of the SAP ASE Native Connector (Sybase) only works with WINDEV and/or WEBDEV 2025. 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 library 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. For more details, see the license agreement of Sybase about the distribution conditions of this DLL.
- wd300syb.dll: Necessary for the Native Connector to a Sybase database. This file is provided with the Native WINDEV/WEBDEV Connector for Sybase.
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 (available in the "Data files" tab of the project description) is taken into account by the SAP ASE Native Connector (Sybase).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|