Home | Advertise | Submit | Press | Top | Contact | Help | Bookmark |
Search downloads:
Home Software Development Components & Libraries VISOCO dbExpress driver for Sybase ASE (Linux version) 2.3

VISOCO dbExpress driver for Sybase ASE (Linux version) 2.3

VISOCO dbExpress driver for Sybase ASE
Details
View: screenshot
Size: 435.00 KB
License: Shareware
OS: Unix,Linux
Price: $164
Publisher: VISOCO Software
Date added: 1/20/2007
Date updated: 1/20/2007
Total Downloads: 109
Downloads - Last Week: 0

Share |
Rating: (0 votes)
VISOCO dbExpress driver for Sybase ASE (Linux version) 2.3 Publisher's description

VISOCO dbExpress driver for Sybase ASE is a dbExpress driver for Borland Delphi, Kylix, C++ Builder.

VISOCO dbExpress driver for Sybase ASE provides direct access to Sybase ASE and allows you to avoid Borland Database Engine (BDE), ODBC, ADO.

Key features:
- High-performance
- Native access to Sybase ASE
- Compatibility with standard and third-party data-aware controls and components
- Easy installation and distribution
- Minimized driver size and use of system resources
- Cross-platform support via Borland CLX for Windows and Linux
- Free support for registered users
- "Per developer" license without royalty fee

Compatibility:
- Kylix 2
- Kylix 3
- Sybase ASE 11.0
- Sybase ASE 11.5
- Sybase ASE 12.0
- Sybase ASE 12.5
- Sybase ASE 15.0
- Sybase ASE Express Edition for Linux

Download VISOCO dbExpress driver for Sybase ASE at: http://www.visoco.com/download/

The Trial version can be used for evaluation purposes only. You can use it for 30 days and not more than 1000 queries for all connections in your application.

Need more information? Please visit our site: http://www.visoco.com

Requirements: Linux, Unix

What's new in this version: 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.

Download VISOCO dbExpress driver for Sybase ASE (Linux version) 2.3 (435.00 KB)

Advanced SystemCare - Clean, Repair, Protect & Optimize your PC. Free!
Antivirus information
Download3K has downloaded and tested VISOCO dbExpress driver for Sybase ASE (Linux version) on 28 Aug 2007 with some of Today's best antivirus engines and you can find below, for your convenience, the scan results:
Bitdefender: Clean
NOD 32: Clean
Kaspersky: Clean
Complete antivirus report
VISOCO dbExpress driver for Sybase ASE (Linux version) Antivirus Report

Your email:
Friend email:
Related downloads
VISOCO dbExpress driver for Sybase ASE (Linux version) 2.3 32x32 pixels icon VISOCO dbExpress driver for Sybase ASE (Linux version) 2.3
VISOCO dbExpress driver for Sybase ASE
109
VISOCO dbExpress driver for Sybase ASA (Linux version) 2.0 32x32 pixels icon VISOCO dbExpress driver for Sybase ASA (Linux version) 2.0
VISOCO dbExpress driver for Sybase ASA
131
VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) 2.3 32x32 pixels icon VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) 2.3
VISOCO dbExpress driver for Sybase ASE
158
VISOCO dbExpress driver for Sybase ASE (Win32 version) 2.3 32x32 pixels icon VISOCO dbExpress driver for Sybase ASE (Win32 version) 2.3
VISOCO dbExpress driver for Sybase ASE
209
VISOCO dbExpress driver for Sybase ASA (Win32) 2.0 32x32 pixels icon VISOCO dbExpress driver for Sybase ASA (Win32) 2.0
VISOCO dbExpress driver for Sybase ASA
113
VISOCO BDP.NET for Sybase ASE 1.0 32x32 pixels icon VISOCO BDP.NET for Sybase ASE 1.0
VISOCO BDP.NET for Sybase ASE.
141
dbExpress driver for Oracle 4.50 32x32 pixels icon dbExpress driver for Oracle 4.50
dbExpress driver for Oracle database servers.
126
dbExpress driver for InterBase 2.50 32x32 pixels icon dbExpress driver for InterBase 2.50
dbExpress driver for InterBase and Firebird.
117
dbExpress driver for PostgreSQL 1.10 32x32 pixels icon dbExpress driver for PostgreSQL 1.10
dbExpress driver for PostgreSQL servers.
21
dbExpress driver for SQL Server 4.55 32x32 pixels icon dbExpress driver for SQL Server 4.55
dbExpress driver for SQL Server databases.
160

Related press releases
Devart Releases Enhanced dbExpress Drivers for the Most Popular Databases with E... [2009-10-05 05:22:14]
Devart Team is glad to announce the release of the new version of our dbExpress drivers for Oracle, MySQL, SQL Server, InterBase, and PostgreSQL with support of RAD Studio 2010. dbExpress is a datab...
Enhanced dbExpress Drivers for the Most Popular Databases with Embarcadero RAD S... [2009-10-12 02:28:34]
Devart Team is glad to announce the release of the new version of our dbExpress drivers for Oracle, MySQL, SQL Server, InterBase, and PostgreSQL with support of RAD Studio 2010. dbExpress is a datab...
Luxena dbExpress eXtension 2.2: Major Painkiller for dbExpress Developers [2005-08-18 00:00:00]
KYIV, Ukraine. - September 29, 2005: Luxena Software Company today announces the release of Luxena dbExpress eXtension 2.2, the newest version of a database-independent set of components to simplify a...
ESI Software Wins Sallie Mae® Contract [2004-09-01 00:00:00]
Sallie Mae chooses ESI Software to handle their Sybase DirectConnect needs. Colorado Springs, CO July 8, 2004 -- Sallie Mae has requested ESI Software to upgrade their LAN based Sybase middleware so...
Now DbxSda Supports SQL Server Compact Edition 3.5! [2008-02-14 22:07:19]
February 05, 2008 Core Lab is glad to announce the new release of it's dbExpress driver for SQL Server. In the new DbxSda version 4.25 we introduced support for SQL Server Compact Edition 3.5, and ...
Device driver backup software Driver Magician supports Windows 7 now [2009-09-02 00:56:35]
GoldSolution Software announces the release of Driver Magician 3.45, a useful utility for device drivers backup, restoration, update and removal, supports Windows 7 now. Driver Magician helps to ba...
Driver backup and restoration software [2004-09-16 00:00:00]
GoldSolution Software announces the release of Driver Magician 1.6, a unique utility software for the Windows operating system that backs up device drivers and other items for easy restoration after s...
Detect unknown devices and find correct drivers [2007-03-22 22:34:54]
GoldSolution Software announces the release of Driver Magician 3.18, a unique utility for the Windows operating system that detects unknown devices, backs up, restores and updates device drivers with ...
Back up, restore, update and remove device drivers with ease [2007-09-26 10:11:52]
GoldSolution Software announces the release of Driver Magician 3.26, a device driver tool for the Windows operating system which can back up, restore, update and uninstall device drivers with ease. ...
Driver Magician 3.28: device drivers backup, restoration, update and removal uti... [2008-04-13 20:27:57]
GoldSolution Software announces the release of Driver Magician 3.28, a device drivers tool for Windows. With Driver Magician, it is easy to back up, restore, update and remove device drivers. A dri...

QuickUML Windows
QuickUML Windows 32x32 pixels iconQuickUML is a software design tool that tightly integrates a core set of UML models with code generation. A project is presented through a tabbed window of use cases, class models, object models, dictionary and code and saved as an XML file.

MySharpSQL
MySharpSQL 32x32 pixels iconLearn from ebook and well commented example source codes, the easy way to use MySQL with C#. In addition to an ebook, this package contains a real world .NET program that allows you to manage a collection of MySQL and C# programming notes.

DynaPlot
DynaPlot 32x32 pixels iconDynaPlot is a real-time ActiveX chart control for technical applications. It features dynamic scaling of chart elements with control size, tolerance masks, built-in tools like cursors, markers, scroll, pan, zoom...

X-Script Generator
X-Script Generator 32x32 pixels iconThe X-Script Generator is an abstract syntax interpreter programmable using custom syntax rules specified by separate xml inputs or by specially tagged .NET assemblies. It generates custom GUI for user to produce domain specific xml "scripts".

VintaSoftTwain.NET Library
VintaSoftTwain.NET Library 32x32 pixels iconControl a scanner or camera from your .NET application. VintaSoftTwain.NET Library allows to control the image acquisition process, use automatic documents feeder, save acquired images to disk or into SQL database, upload them to Web or FTP servers.

Habanero
Habanero 32x32 pixels iconAn Enterprise Application Framework for .Net that produces an agile application from the data layer through to the front-end. Free open source under the LGPL license, it includes ORM and UI generation to create one application for the desktop & web.

Vbs2Exe
Vbs2Exe 32x32 pixels iconWith Vbs2Exe you can compile your scripts and batch files to standalone executables, the easy to use interface provides a simple way to protect your scripts before you distribute them to your clients.


Archive: All downloads - Links - Links2

Copyright (c)2005-2009 Download3K.com - All rights reserved - Terms of use - Privacy Policy