Follow us on Blogger Follow us on Twitter Subscribe to our RSS channel Bookmark and Share
VISOCO dbExpress driver for Sybase ASE (Win32 vers 2.3
Released: 2006-01-10 VISOCO dbExpress driver for Sybase ASE (Win32 vers
License Type: Shareware
Platform: Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003
Requirements: MS Windows
Product homepage: http://www.visoco.com/products/dbexpress/
Publisher: VISOCO Software
Keywords:
Vendor Price:
$249.95

0 votes

Rating: 0
5 4 3 2 1



VISOCO dbExpress driver for Sybase ASE (Win32 vers 2.3 screenshot

VISOCO dbExpress driver for Sybase ASE (Win32 vers 2.3

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

Changes:

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.

Other software titles from this vendor
VISOCO BDP.NET for Sybase ASE  

VISOCO BDP.NET for Sybase ASE

VISOCO BDP.NET for Sybase ASE.

VISOCO dbExpress driver for Sybase ASA (Linux vers  

VISOCO dbExpress driver for Sybase ASA (Linux vers

VISOCO dbExpress driver for Sybase ASA

VISOCO dbExpress driver for Sybase ASA (Win32)  

VISOCO dbExpress driver for Sybase ASA (Win32)

VISOCO dbExpress driver for Sybase ASA

VISOCO dbExpress driver for Sybase ASE (Win32 and   

VISOCO dbExpress driver for Sybase ASE (Win32 and

VISOCO dbExpress driver for Sybase ASE

VISOCO dbExpress driver for Sybase ASE (Linux vers  

VISOCO dbExpress driver for Sybase ASE (Linux vers

VISOCO dbExpress driver for Sybase ASE

VISOCO dbExpress driver for Sybase ASE (Win32 vers  

VISOCO dbExpress driver for Sybase ASE (Win32 vers

VISOCO dbExpress driver for Sybase ASE

VISOCO Data Protection Master  

VISOCO Data Protection Master

VISOCO Data Protection Master


TOP 20 programs in Development::Components & Libraries category
Discount Coupon for TurboFTP SDK TurboFTP SDK  

TurboFTP SDK

TurboFTP Secure FTP/SFTP ActiveX SDK

Discount Coupon for AccessDiff AccessDiff  

AccessDiff

Compare Access Databases with AccessDiff

Discount Coupon for Snotra Tech Oracle Data Components Snotra Tech Oracle Data Components  

Snotra Tech Oracle Data Components

.NET connected dataset for Oracle DB

Discount Coupon for Calendar Component Professional Calendar Component Professional  

Calendar Component Professional

Calendar Component Professional

Discount Coupon for TBookmarks Component TBookmarks Component  

TBookmarks Component

Component For Borland Delphi 2-7, 2005-2007

Discount Coupon for osCommerce Become Data Feed osCommerce Become Data Feed  

osCommerce Become Data Feed

osCommerce Become Data Feed

Discount Coupon for CRE Loaded ePier Data Feed CRE Loaded ePier Data Feed  

CRE Loaded ePier Data Feed

CRE Loaded ePier Data Feed

Discount Coupon for Watermark Master SDK Watermark Master SDK  

Watermark Master SDK

A library for creation of video files.

Discount Coupon for Smart OCR SDK Smart OCR SDK  

Smart OCR SDK

Implement OCR into your application.

Discount Coupon for SmartCodeDeveloper SmartCodeDeveloper  

SmartCodeDeveloper

Add barcodes to .NET and WPF applications.

Discount Coupon for WAB-Processor WAB-Processor  

WAB-Processor

WAB Processor provides easy access to WAB

Discount Coupon for HardDiskSerial DLL HardDiskSerial DLL  

HardDiskSerial DLL

Get hard disk serial number

Discount Coupon for EaseSoft Barcode .Net Control EaseSoft Barcode .Net Control  

EaseSoft Barcode .Net Control

EaseSoft Linear .Net Barcode Windows Controls

Discount Coupon for EaseSoft ASP.NET Barcode Control EaseSoft ASP.NET Barcode Control  

EaseSoft ASP.NET Barcode Control

EaseSoft Linear Barcode Web Controls

Discount Coupon for EaseSoft PDF417 Barcode ASP.NET Control EaseSoft PDF417 Barcode ASP.NET Control  

EaseSoft PDF417 Barcode ASP.NET Control

EaseSoft PDF417 ASP.NET Web Server Control

Discount Coupon for EaseSoft DataMatrix  ASP.NET Web Control EaseSoft DataMatrix  ASP.NET Web Control  

EaseSoft DataMatrix ASP.NET Web Control

EaseSoft DataMatrix ASP.NET Web Control

Discount Coupon for EaseSoft DataMatrix Barcode .NET Control EaseSoft DataMatrix Barcode .NET Control  

EaseSoft DataMatrix Barcode .NET Control

EaseSoft DataMatrix .Net Barcode Windows Con

Discount Coupon for EaseSoft PDF417 Barcode  .NET  Control EaseSoft PDF417 Barcode  .NET  Control  

EaseSoft PDF417 Barcode .NET Control

EaseSoft Linear .Net Barcode Windows Controls

Discount Coupon for EaseSoft Barcode DLL EaseSoft Barcode DLL  

EaseSoft Barcode DLL

EaseSoft Barcode DLL

Discount Coupon for PDF417 Barcode DLL PDF417 Barcode DLL  

PDF417 Barcode DLL

PDF417 Barcode DLL


Latest News
Computing fossils: Old tech holding on for dear life
28 May 2012
Consider the abacus. Developed perhaps as long as 4,500 years ago, this handy gadget served the mathematical needs of merchants and accountants until the development of mechanical calculating machines in the 19th century. But the abacus hasn't been forgotten. Instead it still lives on in niches -- for instance teaching preschoolers the basics of counting.
Oracle NetBeans 7.2 supports the latest PHP, C++
25 May 2012
The newest version of the Oracle NetBeans IDE (integrated developer environment) will come with support for the latest versions of PHP and C++.
Microsoft's upgrade avalanche a challenge for IT pros
25 May 2012
Microsoft is in the midst of an unprecedented, massive upgrade cycle for its enterprise software products, a refresh wave that represents a major challenge for CIOs and IT managers responsible for charting their companies' technology strategy. Not only is Microsoft working on a major revamp of its flagship Windows operating system, but significant upgrades are coming to its Office products, the Explorer browser and a range of back-end enterprise products.

Legal Note
FilesHome.com portal collect information directly from software vendors using software submission form. Thus, we do not carry any responsibility for provided here information. Please note that using PDF417 Barcode DLL crack, serial number, registration code, keygen and other warez or nulled soft is illegal (even downloading from torrent network, rapidshare, hotfile, megaupload,etc) and could be considered as theft in your area. Also note that if you will download PDF417 Barcode DLL from sharing sites like Megaupload, Rapidshare, Hotfile, etc - you may become a victim of trojan or spyware attack. So, please use only direct download links on our site.