VISOCO dbExpress driver for Sybase ASE (Win32 version) Icon

VISOCO dbExpress driver for Sybase ASE (Win32 version) Review

VISOCO dbExpress driver for Sybase ASE is a dbExpress driver for Delphi/Kylix


Version:
2.3
Released:
10, January 2006
License:
Shareware
Size:
3103 Kb
Price:
$249.95  -  Buy full version
Rating:
1
10

0

Recommended: Click here to run a Free driver update scan »


Product Info

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:
- 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
- Sybase ASE 15.0

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

What's new in current 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.

Requirements
MS Windows

Please contact VISOCO dbExpress driver for Sybase ASE (Win32 version) publisher, VISOCO Software if you have questions or issues regarding this product.
Awful
Poor
Average
Good
Excelent
 
Share VISOCO dbExpress driver for Sybase ASE (Win32 version) Review, VISOCO dbExpress driver for Sybase ASE Page  Share
Page URL: 
Buy VISOCO dbExpress driver for Sybase ASE (Win32 version) license key or activation code online from ShareIt! using one of these payment methods: Credit Card, PayPal, Bank/Wire Transfer, Check/Money Order, Open Invoice (European). The order process is protected via secure connection using VeriSign Secure Socket Layer (SSL) technology.

Using a crack or a pirated serial or key generator to activate VISOCO dbExpress driver for Sybase ASE (Win32 version) full version without buying a license key is against the law.
Featured downloads
Motorola Mobile PhoneTools Deluxe Review Connect your laptop to your cell phone, use your cell phone as a modem; synchronize cell phone contacts and calendar with your PC. Complete Outlook integration. Create mobile media with ringtone software features, wallpaper and video editing tools.
AVG Anti-Virus Free Edition Review AVG Free Edition is the well-known antivirus protection tool. AVG Free is available free of charge to home users for the life of the product. The newest version is also compatible with Windows Vista.
Google Talk Review Google Talk is a simple and free way to talk with and send instant messages to your friends.
Related downloads


Transfer tables from Paradox to Sybase SQL Anywhere databases. This program is not intended for use with Sybase ASE (Adaptive Server Enterprise). This program is designed for Paradox 5 databases. Higher versions of Paradox databases can be saved as 5

Transfer tables to and from Oracle and Sybase SQL Anywhere databases. Importing and exporting can be done without SQL knowledge. This program is not intended for use with Sybase ASE (Adaptive Server Enterprise).

Highest performance. Does not contain any third-party GPL-licensed components. Supports SSL and compression (Enterprise Edition). libmysql.dll is not required.

Transfer tables to and from Sybase SQL Anywhere and IBM DB2 databases. Importing and exporting can be done without SQL knowledge. This program is not intended for use with Sybase ASE (Adaptive Server Enterprise).

Get at www.ePlanetLabs.com Sybase, certification, exam, question, Braindumps sample questions, sample test, sample tests,sample papers, self, 510-020, 510-022, 510-304,

VISOCO BDP.NET for Sybase ASE is a BDP.NET provider that allows a developer to get direct access to Sybase ASE from applications based on Borland Delphi and C# Builder.

Transfer tables to and from FoxPro and Sybase SQL Anywhere databases. Importing and exporting can be done without SQL knowledge. This program is not intended for use with Sybase ASE (Adaptive Server Enterprise).

Get at www.ePlanetLabs.com Sybase, certification, exam, question, Braindumps sample questions, sample test, sample tests,sample papers, self, 510-020, 510-022, 510-304,

Transfer tables to and from MS Access and Sybase SQL Anywhere databases. Importing and exporting can be done without SQL knowledge. This program is not intended for use with Sybase ASE (Adaptive Server Enterprise). Access 2000 or higher required.

Driver Updates for better PC performance and improved stability. Fast Downloads! Tested and proven to work. Downloaded more than 10 Million Times! Recommended by industry experts and editors. Safe to use, secure and trusted.
Related Press Releases
Sybase and Mirnah Technology Systems Sign Strategic Partnership Deal
Dubai, United Arab Emirates, April 15, 2007: Sybase ProductsMiddle East, the market leader in Mobility solutions, today announced that it hassigned a strategic partnership deal with Mirnah Technology Systems (MTS), a leadingprovider of Technology Services in the Mobile Computing Industry in the Kingdom
Windows Driver Backup Software Released by Chily Softech
Chily Softech Private Limited announces the release of Chily Device Driver Backup software to create backup of Windows drivers. New Delhi, India: Chily Softech Private Limited announced the release of driver backup software: Chily Device Driver Backup. The driver backup software allows its users
Sybase and Almoayed Group Sign Strategic Partnership Deal
Dubai, United Arab Emirates, September 14, 2007: Sybase ProductsMiddle East, the leading provider of enterprise and mobility solutions, announcedthat they have signed a strategic partnership deal with Almoayed Group, aBahrain-based IT solutions company. Under the terms of the agreement, Almoayed
Sybase Sponsors `IT in Banking and Finance` Conference
Dubai, United Arab Emirates, June 4, 2007: Sybase ProductsMiddle East, one of the leading technology providers for the Middle EastÂ's Banking &Financial services segment, today announced that they are sponsoring the conferenceon Information Technology in Banking and Finance, which
Sybase and Incube ink partnership deal
Sybase Products Middle East, the market leader for MobileMiddleware, Mobile Databases, Mobile Device Management and Security, today announcedthat it has signed a strategic partnership deal with InCube, a leading IT projectmanagement and consultancy in the Gulf region. According to the agreement,
Sybase joins forces with Informatics to bring Mobile and Business Intelligence Solutions to Sri Lanka
Sri Lanka  05 April 2006  Sybase Inc (NYSE: SY), a leadingprovider of enterprise infrastructure and mobile software, today announced that itwill join forces with Informatics, a leading software solutions provider in SriLanka, to bring Sybase's leading mobile and business intelligence
A print-to-file driver that enables any Windows application to create PDF files
The Rogosoft PDF Document Writer is a print-to-file driver thatenables any Windows 2000/XP/2003/Vista application to create Adobe PDF files byprinting.Unlike other PDF creation programs, Rogosoft PDF Document Writer provides ImprovedColor Printing,High-Fidelity Print Output, Improved End-User Experience,
VCL Data Components with Support of DB2, Sybase, Microsoft Access
Devart is glad to announce the release of Universal Data Access Components 3.00, a powerful library of non-visual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and FreePascal. It supports the most popular database servers like Oracle, MySQL, SQL Server, PostgreSQL,
Online Driver Improvement School Virginia DMV Approved
gned by professional driving instructors and onlineeducators, "24/7" Online Virginia Driver Improvemnt's course is the easiest, mostflexible way to complete your court or DMV ordered requirements. STUDY ON YOUR SCHEDULE - Not in Classrooms!Specifically designed to help you make the
Sybase to promote its world class solutions at Gitex 2006
Dubai, United Arab Emirates, November 12, 2006: Sybase ProductsMiddle East, the leading provider of enterprise infrastructure, informationmanagement and mobile software, today announced that they are participating in GitexDubai 2006. Sybase plans use the mega technology event as a platform to promote