Members Area



Top Software Searches
.net download
component download
library download
control download
vb.net download
dll download
sdk download
windows download
asp.net download
activex download
delphi download
dotnet download
java download
c++ download
smtp download
html download
email download
programming download
pdf download
pop3 download
database download
.net component download
software download
components download
barcode download
api download
development download
server download
download download
visual studio download


VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) 2.3     Save this software to your software Watch List


Author

VISOCO Software

Website VISOCO Software - VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) homepage
Licence Shareware
Price $249.95
OS Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000, Windows2003, Unix, Linux
Date Released January 10, 2006
Downloads 110
Filesize 3.44 MB
Language English
Install Support Install and Uninstall
Requirements MS Windows, Linux, Unix
Keywords VISOCO, visoko, software, dbExpress, driver for Sybase, Borland, unidirectional, datasets, Database, SQLMetadata, Sybase, sybase ase, Delphi, News, cross-platform, database-independent, data-access layer, Adaptive Server Enterprise, ASE
Your Rating
  - click to rate - you will be first!
VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) screenshot
[ View full size screenshot ]

Download VISOCO dbExpress driver for Sybase ASE (Win32 and Linux)   Buy Full Version   Add to Watch List

... Sybase ASE is a dbExpress driver for Borland Delphi, Kylix, C++ Builder. VISOCO dbExpress driver for Sybase ... "Per developer" license without royalty fee Compatibility: - Delphi 6 - Delphi 7.1 - Delphi for .Net 8 - Delphi 2005 - C++ Builder 6.0 - Kylix 2 ...

Download VISOCO dbExpress driver for Sybase ASE (Win32 and Linux)   Buy Full Version   Add to Watch List


VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) - Latest User Reviews

 Write a Review   


VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) - The Latest Versions History

Version Date Released Status Release Notes
VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) 2.3 Jan 10, 2006 Minor Update 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.


Featured downloads
PDF to Tiff SDK(10threads) Client LicenseText Capture Component - GetWordPDF Password Recovery COM SDK Unlimited License
PDF to Tiff SDK(10threads) Client License
pdf to tiff batch converter
Text Capture Component - GetWord
a professional component (SDK) for capturing text from anywhere
PDF Password Recovery COM SDK Unlimited License
Remove PDF files password ( decrypt pdf ).

Most popular delphi software downloads in Components & Libraries

Shareware, $249.00

WiFi-Manager 4.6 download


... complete source code for various programming languages (C/C++, Delphi, VB, VB.NET, C#) are available as well as detailed documentation for APIs, structures and types. ...
Details   Download   Add to Watch List
Freeware

Free Fingerprint Verification SDK 1.0 download


... 2, Visual Basic 6, Visual Basic .NET and Delphi 7. Supports 40+ major fingerprint scanners and sensors: Atmel FingerChip AuthenTec AF-S2, AES4000 and AES2501B BioLink U-Match MatchBook v.3.5 Biometri-CS CS-Pass BiometriKa FX 2000, FX 3000 and HiScan Certis Image Cross Match Verifier 300 family and Verifier 310 Dakty NAOS-A Dermalog ...
Details   Download   Add to Watch List
Trial, $36.00

Fingerprint SDK 2007 download


... Fingerprint SDK's supports multiple programming languages including Java, Delphi, Visual Basic, C++, .NET, FoxPro and many others. Both ActiveX and DLL components are available to use. Sample codes provided; * Support for internet Java applets; * International quality assurance: we were successfully tested among the world's best fingerprint recognition systems, ...
Details   Download   Add to Watch List
Shareware, $399.00

Magic UDF (Universal Disc Format) Burner 1.0.1RC1 download


... (VCL) - UDF CD/DVD burning components for Borland Delphi/C++ Builder developers. Magic UDF Burner VCL is a ... featured UDF Data CD/DVD recording functionality to your Delphi/C++Builder applications. > Compiles directly into final executable. Doesn't ... APIs; Easy to use. > Source Code (in Delphi) is also available. > Availability of rich documentation, ...
Details   Download   Add to Watch List
Shareware, $79.00

DC App Protector 2.1 download


... programming platforms like Visual Basic,Visual C++,Borland C++, and Delphi. Just key in your encryption code and you're good to go. AppProtector takes only minutes to set up. All you have to do install it in your system and run the setup until the DLL file is registered in your system. ...
Details   Download   Add to Watch List
Shareware, $1675.00

Text Capture Component - GetWord 3.3 download


... Visual Studio .Net 2003, Visual Studio .Net 2005, Delphi , C++ Builder, etc. Key Features: 1. Support all the popular Windows platforms with different main languages, such as English/Simplified Traditional Chinese/Russian/French/Japanese/German/Spanish/Korean/Turkish, etc. 2. Support Unicode. 3. Support sentence capturing. It can capture not only the words at a given point, ...
Details   Download   Add to Watch List
Shareware, $0.00

Maestro Property Editor 4.10 download


... known from the property browsers used in Borland Delphi(R) or the Microsoft Visual Studio(R) environments, but offers ... C++Builder(R) version of the control and - Borland Delphi(R) version of the control. ...
Details   Download   Add to Watch List
Shareware, $495.00

WinI2C-DDC 3.23 download


... of applications for various programming languages (C++, VB, Delphi, C#, VB.NET) that will allow you to start working with WinI2C/DDC immediately. ...
Details   Download   Add to Watch List
Shareware, $39.00

DC Form Flipper 2.1 download


... as Borland C++, Visual Basic, Visual C++, and Delphi. The flip function occupies only one line in the Form_Load event, so it won't clutter your program. Also, since it uses very simple syntax, you can easily spot the Form Flipper code when you scan your project. Form Flipper installs in ...
Details   Download   Add to Watch List
Freeware

BIGSPEED Secure Socket Library 3.0 download


... 6, Visual Basic .NET, Visual C++ .NET, and Delphi 7. ...
Details   Download   Add to Watch List