• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
IP2Location IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE Database June.2025
IP2Location IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE is commercial lookup database that translates IP address to country, region, city, ISP, latitude, ...
DBISAM viewer 2.9
This software allows users to read DBISAM tables on any computer effortlessly, eliminating the requirement for ...
Clarion viewer 2.9
Clarion Table Reader is a software that allows users to effortlessly open and access Clarion tables ...
dBase viewer 2.9
This software enables the reading and opening of dBase tables on any computer, eliminating the need ...
Advantage viewer 2.9
The Advantage Table Reader software allows users to access and view tables on any computer without ...
Advantage to Text converter 2.5
The Text Converter tool enables conversion of data from .adt files to plain text files, without ...
DBase to Text converter 2.6
DBase File to Text Converter is a user-friendly software that allows you to convert .dbf files ...
DBISAM to Text converter 2.6
DBISAM export software for text files that doesn't require external libraries like BDE, ODBC or ADO, ...
dbForge Data Compare for SQL Server 5.2.4
dbForge Data Compare for SQL Server is an effective tool for comparing SQL databases, including large ...
dbForge Search for SQL Server 2.6.3
Search for SQL Server is a free add-in for Microsoft SQL Server Management Studio that enables ...
Home Development Databases & Networks VISOCO dbExpress driver for Sybase ASE (Win32 version) Download

VISOCO dbExpress driver for Sybase ASE (Win32 version)

January 7, 2006
VISOCO dbExpress driver supports Borland Delphi, Kylix, and C++ Builder for Sybase ASE, making it easier to manage database connectivity.
Version 2.3
License Shareware $249.95
Platform Windows
Supported Languages English
Homepage www.visoco.com
Developed by VISOCO Software
If you are looking for a driver that provides direct access to Sybase ASE, VISOCO dbExpress driver for Sybase ASE might be the solution for you. This driver offers native access to Sybase ASE and allows you to avoid using the Borland Database Engine (BDE), ODBC, or ADO.

The key features of VISOCO dbExpress driver include high-performance, compatibility with standard and third-party data-aware controls and components, easy installation and distribution, minimized driver size, and the use of system resources. Additionally, the driver offers cross-platform support via Borland CLX for both Windows and Linux users. The license for this driver is offered as "per developer" without royalty fees. Registered users can benefit from free support.

This driver is compatible with a variety of platforms including Delphi 6, Delphi 7.1, Delphi for .Net 8, Delphi 2005, C++ Builder 6.0, Sybase ASE 11.0, Sybase ASE 11.5, Sybase ASE 12.0, Sybase ASE 12.5, and Sybase ASE 15.0.

In conclusion, if you are looking for a powerful and reliable driver for Sybase ASE, VISOCO dbExpress driver for Sybase ASE is definitely worth considering. Its high-performance and compatibility with popular platforms make it a top choice for developers. The easy installation process and minimized driver size add to its appeal. Not to mention, the "per developer" license without royalty fees is a significant advantage.
What's New

Version 2.3: Version 2.3
10-January-06
- ADDED: Support of Sybase ASE 15.0.

Version 2.2
01-August-05

- NEW: The source code now contains both versions - the version compatible with old versions of ASE (11.0 - 12.5) and the version working with ASE 12.5 and higher (Use SYBASE_125 conditional define to compile) (Pro version).
- ADDED: Support of Delphi 2005 for ASE 11.0-12.0 (Win32 version).
- ADDED: A possibility to trim trailing spaces from CHAR datatype (Use eConnTrimChar connection option).
- CHANGED: In the implementation of the handling of NUMERIC/DECIMAL parameters.
- CHANGED: Some minor changes

Version 2.1
01-February-05
- ADDED: Support of Delphi 2005 for ASE 12.5 (Win32 version);
- ADDED: Support of Sybase ASE Express Edition for Linux;
- ADDED: DCU file for a static linking for Delphi 2005 (in the registered Win32
version only);
- FIXED: Minor changes of ISQLConnection.getOption and ISQLMetadata.getOption methods.

Version 2.0 (build 160)
24-August-04
- NEW: Support of ASE 12.5 with Open Client 12.5.
Two in one. Since version 2.0 you gain two drivers. First is optimized for
operation with databases of versions 11.0-12.0, second only for version 12.5.
This version was specially optimized for ASE 12.5. It doesn't work with the
old versions of ASE and Open Client. Some methods of the driver (especially
ISQLMetadata methods) were rewritten to use new features of the server.
As a result we got a significant enhancement of the performance.
- ADDED: DCU file for a static linking (Delphi 6, 7, C++ Builder 6 in the registered version only)
- ADDED: Support of Delphi 7 Update 1
- ADDED: Support of Delphi 8
- ALTERED: Numerous changes of the implementation of ISQLMetadata: support of the search patterns, filtering by the object's name, filtering by the name of the schema
- ALTERED: Improved GetProcedureParams method
- ADDED: Additional configuration of the connection properties via "Custom String" parameter(Delphi 7 and higher only).
- FIXED: Fixed the implementation of GetIndices method
- ALTERED: Some fixes of the implementation of ISQLConnection: correct support of the quotation symbol (double quote), correct handling of fully-qualified object names
- ADDED: New demo: StoredProc. We demonstrate using Stored Proc in this demo
- ADDED: New demo: BlobDemo. A simple demonstration how to load/unload text files and image files to/from the BLOB field of the database.
- CHANGED: Updated installer (Windows version only)
- ALTERED: Some minor improvements of other methods
- FIXED: Some minor fixes

Version 1.2.5 (build 106)
23-May-03
ADDED: DCU file for a static linking
Fixed: Minor errors in the installation
ADDED: Improvement of image BLOb's handling

Version 1.2.5 (build 105)
18-Nov-02
ADDED: Full compatibility with Delphi 7. Source code can be compiled with Delphi 6, 7 and Kylix 2, 3
FIXED: Bug appeared in version 102: attempt to execute nonexistent stored procedure didn't indicate an error.
ADDED: Added a posibility to determine a connection timeout. (Delphi 7 only)
ADDED: Automatic naming of unnamed fields. (like BDE)
ALTERED: Changed a name of a return parameter of a stored procedure from "return" to "Result". (like BDE)
FIXED: Some minor fixes.

Version 1.2.4 (build 102)
30-Oct-02
FIXED: The following message appears in the log: "Message: Severity: 1. ct_results(): user api layer: external error: This routine cannot be called until all fetchable results have been completely processed.". This error has been fixed.

Version 1.2.4 (build 101)
15-Oct-02
FIXED: Bug with an interface handling that cause an accumulation of unused connections and memory leaks.
FIXED: Bug in ISQLCommand.setParameter that cause Access Violation when passing empty strings.
ADDED: Improved a results processing logic.
ADDED: Support of input BLOB parameters for queries (not for stored procedures!).
ADDED: Improved a BLOB fetching. Removed a restriction that obliges to place BLOB fields in the end of the fields list of SELECT clause.
FIXED: ISQLMetadata.getColumns now returns correct precision and scale for NUMERIC fields and length for VARCHAR fields.
FIXED: Improved a parsing of stored procedure definition in ISQLMetadata.getProcedureParams. This method couldn't determine OUT-parameters in some cases. It works correctly now.
FIXED: ISQLConnection.connect now close a connection when trying to connect to a database that doesn't exists instead of keeping a connection to the default database.
ADDED: getErrorMessage now returns extended error description that contains message number and severity.
ADDED: ISQLCommand.setParameter now allows to pass parameters in any order. Previous implementation allows an ascending order only.
ALTERED: ISQLCommand.getNextCursor method has been changed. It returns SQL_NULL_DATA if there is an active cursor.
ALTERED: ISQLMetadata.getIndices method now contains a temporary dummy code. It returns an empty cursor. (There are significant differences between Sybase ASE versions 11.0 - 11.5 - 12.0 and especially Sybase ASA. We are trying to find a solution.)
ADDED: The number of queries in trial version was increased from 100 to 1000.

Version 1.1.1 (build 098)
9-Jul-02
ADDED: ISQLConnection now correctly sends client hostname to the server. This information is available by executing "sp_who" stored procedure.
ADDED: ISQLCursor.isReadOnly always returns false to prevent creation of ReadOnly fields

Version 1.1.1 (build 097)
8-May-02
ADDED: Sybase ASA 7.0 support (via Open Client)

Version 1.1 (build 096)
26-Apr-02
ADDED: build numeration added
FIXED: some bugs were fixed
ADDED: tested with Sybase 11.0

Version 1.1
27-Feb-02
dbExpress driver for Sybase 1.1 released.

Version 2.2: Version 2.2
01-August-05

- NEW: The source code now contains both versions - the version compatible with old versions of ASE (11.0 - 12.5) and the version working with ASE 12.5 and higher (Use SYBASE_125 conditional define to compile) (Pro version).
- ADDED: Support of Delphi 2005 for ASE 11.0-12.0 (Win32 version).
- ADDED: A possibility to trim trailing spaces from CHAR datatype (Use eConnTrimChar connection option).
- CHANGED: In the implementation of the handling of NUMERIC/DECIMAL parameters.
- CHANGED: Some minor changes

Version 2.1
01-February-05
- ADDED: Support of Delphi 2005 for ASE 12.5 (Win32 version);
- ADDED: Support of Sybase ASE Express Edition for Linux;
- ADDED: DCU file for a static linking for Delphi 2005 (in the registered Win32
version only);
- FIXED: Minor changes of ISQLConnection.getOption and ISQLMetadata.getOption methods.

Version 2.0 (build 160)
24-August-04
- NEW: Support of ASE 12.5 with Open Client 12.5.
Two in one. Since version 2.0 you gain two drivers. First is optimized for
operation with databases of versions 11.0-12.0, second only for version 12.5.
This version was specially optimized for ASE 12.5. It doesn't work with the
old versions of ASE and Open Client. Some methods of the driver (especially
ISQLMetadata methods) were rewritten to use new features of the server.
As a result we got a significant enhancement of the performance.
- ADDED: DCU file for a static linking (Delphi 6, 7, C++ Builder 6 in the registered version only)
- ADDED: Support of Delphi 7 Update 1
- ADDED: Support of Delphi 8
- ALTERED: Numerous changes of the implementation of ISQLMetadata: support of the search patterns, filtering by the object's name, filtering by the name of the schema
- ALTERED: Improved GetProcedureParams method
- ADDED: Additional configuration of the connection properties via "Custom String" parameter(Delphi 7 and higher only).
- FIXED: Fixed the implementation of GetIndices method
- ALTERED: Some fixes of the implementation of ISQLConnection: correct support of the quotation symbol (double quote), correct handling of fully-qualified object names
- ADDED: New demo: StoredProc. We demonstrate using Stored Proc in this demo
- ADDED: New demo: BlobDemo. A simple demonstration how to load/unload text files and image files to/from the BLOB field of the database.
- CHANGED: Updated installer (Windows version only)
- ALTERED: Some minor improvements of other methods
- FIXED: Some minor fixes

Version 1.2.5 (build 106)
23-May-03
ADDED: DCU file for a static linking
Fixed: Minor errors in the installation
ADDED: Improvement of image BLOb's handling

Version 1.2.5 (build 105)
18-Nov-02
ADDED: Full compatibility with Delphi 7. Source code can be compiled with Delphi 6, 7 and Kylix 2, 3
FIXED: Bug appeared in version 102: attempt to execute nonexistent stored procedure didn't indicate an error.
ADDED: Added a posibility to determine a connection timeout. (Delphi 7 only)
ADDED: Automatic naming of unnamed fields. (like BDE)
ALTERED: Changed a name of a return parameter of a stored procedure from "return" to "Result". (like BDE)
FIXED: Some minor fixes.

Version 1.2.4 (build 102)
30-Oct-02
FIXED: The following message appears in the log: "Message: Severity: 1. ct_results(): user api layer: external error: This routine cannot be called until all fetchable results have been completely processed.". This error has been fixed.

Version 1.2.4 (build 101)
15-Oct-02
FIXED: Bug with an interface handling that cause an accumulation of unused connections and memory leaks.
FIXED: Bug in ISQLCommand.setParameter that cause Access Violation when passing empty strings.
ADDED: Improved a results processing logic.
ADDED: Support of input BLOB parameters for queries (not for stored procedures!).
ADDED: Improved a BLOB fetching. Removed a restriction that obliges to place BLOB fields in the end of the fields list of SELECT clause.
FIXED: ISQLMetadata.getColumns now returns correct precision and scale for NUMERIC fields and length for VARCHAR fields.
FIXED: Improved a parsing of stored procedure definition in ISQLMetadata.getProcedureParams. This method couldn't determine OUT-parameters in some cases. It works correctly now.
FIXED: ISQLConnection.connect now close a connection when trying to connect to a database that doesn't exists instead of keeping a connection to the default database.
ADDED: getErrorMessage now returns extended error description that contains message number and severity.
ADDED: ISQLCommand.setParameter now allows to pass parameters in any order. Previous implementation allows an ascending order only.
ALTERED: ISQLCommand.getNextCursor method has been changed. It returns SQL_NULL_DATA if there is an active cursor.
ALTERED: ISQLMetadata.getIndices method now contains a temporary dummy code. It returns an empty cursor. (There are significant differences between Sybase ASE versions 11.0 - 11.5 - 12.0 and especially Sybase ASA. We are trying to find a solution.)
ADDED: The number of queries in trial version was increased from 100 to 1000.

Version 1.1.1 (build 098)
9-Jul-02
ADDED: ISQLConnection now correctly sends client hostname to the server. This information is available by executing "sp_who" stored procedure.
ADDED: ISQLCursor.isReadOnly always returns false to prevent creation of ReadOnly fields

Version 1.1.1 (build 097)
8-May-02
ADDED: Sybase ASA 7.0 support (via Open Client)

Version 1.1 (build 096)
26-Apr-02
ADDED: build numeration added
FIXED: some bugs were fixed
ADDED: tested with Sybase 11.0

Version 1.1
27-Feb-02
dbExpress driver for Sybase 1.1 released.

Free Download 3M
341
  • Share on:

Most Popular

  1. IP2Location IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE Database June.2025
    114
  2. dBase viewer 2.9
    76
  3. ScimoreDB Embedded Database 2.0
    75
  4. Plax Network Suite 4.1.0
    74
  5. DBISAM viewer 2.9
    74
  6. dbForge Studio for SQL Server 6.1
    68
  7. Simple Info Organizer 2.01
    66
  8. Clarion viewer 2.9
    65
  9. Annuaire 3.26
    64
  10. dbForge Search for SQL Server 2.6.3
    62

Related Downloads

DBFViewer 2000
DBFViewer 2000 is a user-friendly software that enables viewing and editing of ...
Database Workshop
Database Workshop is a robust database tool that offers a range of ...
MySQL Turbo Manager Enterprise
MySQL Turbo Manager is a software that simplifies MySQL Database management and ...
Database Design Studio - Lite (DDS-Lite)
DDS-Lite is a versatile software that allows users to create detailed Entity ...
#1 MySQL Maestro
MySQL Maestro is user-friendly database management software for Windows that offers a ...
Axess-PW
AxessPW is a password recovery software that instantly retrieves passwords from MS ...
IntelliNOTES
IntelliNOTES is an SMB CRM software that offers Sales and Marketing Management, ...
Landlord
Track tenant payments effortlessly with this apartment management software. Identify outstanding balances, ...
Data Export - Paradox2Oracle
Hxtt Data Export - Paradox2Oracle enables users to import Corel Paradox data ...
dbForge Studio for SQL Server
dbForge Studio for SQL Server is a holistic solution for SQL Server ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.