Recomended Soft

The Great Kazoo
Create Chaos driven Music... With the right combination of sounds you can create some interesting randomly generated music that plays on and on. You can loop and lock certain channels or mute them.


DVD to PSP Converter
Convert DVD Movie to MP4 for playing on Sony PSP or Apple iPod easily and quickly! dvdXsoft DVD to PSP Converter features the highest DVD converting speed, the best output video quality and is qualified for strict compatibility standards.


WinADR(mp3 recorder)
WinADR(mp3 recorder) is a hip software tool that helps you to create MP3/WMA(Any format supported by ACM,generally include ADPCM,GSM,G.723 etc.) Files from your Soundcard(Linein,MIC,MIDI output,...). Also WinADR include a wonderful Mixer to help you


ImTOO MP3 WAV Converter
An audio converter that converts mp3 to wav or wav to mp3. It supports decoding audio formats like WMA, M4A, MP4, APE, OGG, AAC, MP2, VQF, FLAC. ImTOO MP3 WAV Converter can also extract audio from video file formats - AVI, WMV, MPEG, ASF and MP4, etc


Transposer
Transposer allows you to raise or lower the pitch of any MP3 song without changing the tempo. You can also change the tempo of an MP3 song without changing the pitch. The quality of the recording remains the same. Great for musicians learning songs.


MP3 Workstation
CD audio grabber to or wav mp3 with auto ID3, DJ mixer, music browser, mp3 database, alarm clock, easy playlist creator and much more.


#1 Smart Audio Converter
A powerful, fast and high performance audio converter that easily batch converts your audio files between popular audio formats like MP3, WAV, WMA, AC3, OGG, MPEG and many more. Easy to use, it needs no expertise in audio formats.



VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) 2.3

   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; Easy installation and distribution; Minimized driver size and use of
system resources; Cross-platform support; Free support for registered users; "Per
developer" license without royalty fee.

Program system requirements: MS Windows, Linux, Unix

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.
 
 
VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) 2.3 Specifications
VISOCO dbExpress driver for Sybase ASE (Win32 and Linux)

Size

3.44 MB
License Shareware

Price

249.95 USD

Category

Programming & Software Development / Components & Libraries

Operating System

Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003,Unix,Linux

Developer

VISOCO Software
 
Download Now
File size 3.44 MB
Buy Now

Add your review on VISOCO dbExpress driver for Sybase ASE (Win32 and Linux)
Your Name:
Software Version:
Rating:
Comments
  Security Image
Security Code:
Please enter the text from the image
Note: No HTML code is allowed. Line breaks will be converted automatically
Tags: visoco, visoko, software, dbexpress

Related programs

VISOCO BDP.NET for Sybase ASE VISOCO BDP.NET for Sybase ASE 1.0
VISOCO BDP.NET for Sybase ASE is a .Net provider for direct access to ASE.
18985
Luxena dbExpress driver for Informix Pro Luxena dbExpress driver for Informix Pro 1.2.4
Reliable access to Informix Servers with support for all Informix data types
16863
Luxena dbExpress eXtension Luxena dbExpress eXtension 2.2.4
Leverages dbExpress application development, BDE/ADO migration and more
6270
   dbExpress driver for MySQL 3.20
A driver that provides fast access to MySQL databases.
9264
Virtual Serial Ports Driver CE Virtual Serial Ports Driver CE 3.2
Connect applications in Windows CE and exchange data via virtual serial ports.
6755
   Virtual Serial Port Driver 9x 2.0
Create two virtual serial COM ports in your system
4999
   Eltima Virtual Serial Ports Driver XP 5.1
VSPD XP 5.1 emulates RS232 serial ports connected via virtual null-modem cable.
7091
Barcode scanner driver for 1C Barcode scanner driver for 1C 2.0
Use for barcode reading on POS terminal by any model of scanner
3454
   StelsXML - fast XML JDBC driver 1.0
StelsXML - a fast XML JDBC driver
731
SolFS Driver Edition SDK SolFS Driver Edition SDK 1.07
System-wide file system in a file
17456


Top Components & Libraries / Software Development programs

 1)   C# / VB .NET Control Code 128 / Code 128 GS1 1.01
.NET controls creates barcode Code 128 and Code 128 GS1 (formerly UCC / EAN).

ASPNetVideo 2)   ASPNetVideo 1.3
ASP.Net Video Component - Add Streaming Videos directly into your .Net Web Site

Windows Std Serial Comm Lib for Visual Basic 3)   Windows Std Serial Comm Lib for Visual Basic 4.2
Serial communication component VB (VB.NET) library for serial/usb port programs

Raw Data Printer Component 4)   Raw Data Printer Component 2.0
Send Raw Data & Native Printer Commands (ESC Codes) To Any Printer

Automator Virtual Input 5)   Automator Virtual Input 1.00
Simulate key presses and mouse movement and clicks using Automator Actions.

Client/Server Comm Lib for C/C++ 6)   Client/Server Comm Lib for C/C++ 4.0
Client Server winsock component C/C++ library for TCP/IP network communication.

TX Text Control rich text editor 7)   TX Text Control rich text editor 12.0
Royalty-free, high end rich text editor.

New Components & Libraries / Software Development programs

SentiSight algorithm demo (for Windows) 1)   SentiSight algorithm demo (for Windows) 1.0
Webcam capable object recognition technology for robotics and computer vision

Manco .Net Licensing System 2)   Manco .Net Licensing System 3.0.1
100% .NET solution for licensing .NET controls and applications.

 3)   RTF-to-HTML DLL .Net 2.0.0
.Net component to convert RTF to HTML, XHTML in ASP.Net, C#, VB.Net

PDF Viewer for Delphi 4)   PDF Viewer for Delphi 1.0
A VCL component for printing PDF files and displaying them on your Delphi forms

All In-The-Box for Delphi 5)   All In-The-Box for Delphi 3.10
Document viewer and PDF file creator for Delphi. Free deployment!

 6)   dbExpress driver for MySQL 3.20
A driver that provides fast access to MySQL databases.

RadarCube OLAP ASP.NET Direct 7)   RadarCube OLAP ASP.NET Direct 1.00
Powerful ASP.NET OLAP library. Native C#, AJAX, no ActiveX. IE, FireFox, Opera.

Search Soft


All Rights Reserved © 2007 SoftsLand.com