Recomended Soft

A-one Video Convertor
A-one Video Converter is a powerful video conversion program.It supports converting video files from formats including AVI,DivX,XviD,MPEG,WMV, MOV To AVI , MPEG4 , DivX , XviD , MPEG1 , MPEG2 , WMV , RealMedia video format files.


A V S - AUDIO Tools
This audio software suite includes full-featured digital Audio Mixer and 10 wizard-styled tools - Ringtone Maker, Mobile Uploader, Audio CD Grabber, Audio Converter, Audio Recorder, Audio CD Creator, Music Disc Creator, Clone CD/DVD, iRadio Recorder.


All Audio Converter
All-In-One Audio converter,support mp3,wma,ogg,vqf encoder and decoder,cd to mp3 ripping,mp3 to cd burning


Xilisoft DVD Creator
Xilisoft DVD Creator can convert almost all popular video formats and burn them on DVD . It allows you to specify NTSC or PAL format, adjust 4:3 or 16:9 video aspect, and burn either DVD disc or ISO file.


Audio Converter
Audio Converter is a powerful audio conversion tool. It can batch convert audio files from one format to another. It supports format include WAV, MP3, OGG,WMA, RAW, VOX,CCIUT u-Law, PCM, MPC], MP2 and more.


Ultra Tag Editor
Organize music file collections, properly label each file and get assistance in preparing mp3 and ogg files for subsequent CD burning with Ultra Tag Editor. It generates tags from file names, renames files based on tag information and supports CDDB!


Image Viewer
image viewer is a unique and feature rich Image Viewer. It is released as free software with full source code. Imge viewer is portable and can run on Windows, Linux, BSD, OSX, and other operating systems.



VISOCO dbExpress driver for Sybase ASE (Linux version) 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: 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 (Linux version) 2.3 Specifications
VISOCO dbExpress driver for Sybase ASE (Linux version)

Size

0.42 MB
License Shareware

Price

164 USD

Category

Programming & Software Development / Others

Operating System

Unix,Linux

Developer

VISOCO Software
 
Download Now
File size 0.42 MB
Buy Now

Add your review on VISOCO dbExpress driver for Sybase ASE (Linux version)
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 dbExpress driver for Sybase ASA (Win32) 2.0
VISOCO dbExpress driver for Sybase ASA
4888
   VISOCO dbExpress driver for Sybase ASA (Linux version) 2.0
VISOCO dbExpress driver for Sybase ASA
2044
VISOCO dbExpress driver for Sybase ASE (Win32 version) VISOCO dbExpress driver for Sybase ASE (Win32 version) 2.3
VISOCO dbExpress driver for Sybase ASE is a dbExpress driver for Delphi/Kylix
12055
Luxena dbExpress driver for Informix Lite Luxena dbExpress driver for Informix Lite 1.2.14
Nice alternative to Borland's driver. Good performance, mature bugless status.
19400
   EXP Net Serial Driver (ENSD) 2.0
Gives you the possibility to give the remote access to serial port via TCP/IP.
2264
   AlarIT Virtual Serial Driver (AVSD) 2.1
AVSD is appointed for emulation of one, two or more (up to 200) serial streams.
18642
SQL Effects Clarity for Sybase ASE SQL Effects Clarity for Sybase ASE 1.3
Lightning Quick and very flexible database comparison tool. Interactive results.
4636


Top Others / Software Development programs

Free Serial Port Monitor 1)   Free Serial Port Monitor 3.31
Free Serial Port Monitor, RS232 Com Software Sniffer and Communication Analyzer

 2)   Hexadecimal to ASCII Converter 4.5.0
Convert hexadecimal strings to ASCII text with a single click. $4.95 for suite.

Hex to ASCII Converter 3)   Hex to ASCII Converter 4.6.6
Convert hexadecimal strings to ASCII text and vice versa. $4.95 for 10 utilities

 4)   Vbs To Exe 1.0
VbsToExe is a command line utility that converts VB-Scripts into an executable.

Visual Paradigm for UML (Standard Edition) for Linux 5)   Visual Paradigm for UML (Standard Edition) for Linux 5.3 SP3
UML CASE tool - UML diagrams, use case modeling, reverse engineering and more...

Free Hex Editor 6)   Free Hex Editor 3.12
Free Hex Editor - Binary File Editing Software for Windows. Edit your exe code.

OptiVec for Borland C++ 7)   OptiVec for Borland C++ 4.4
OptiVec: Fast vector and matrix library for Borland C/C++

New Others / Software Development programs

 1)   MaSaI Installer 2.3
a fully-featured MSI packaging solution

 2)   Xenocode Postbuild 2006
.NET code obfuscator, linker, native compiler

 3)   QuickHelp - HtmlHelp - WebHelp 1.9.6 QuickHelp HtmlHelp WebHelp 1.9.6
HtmlHelp

 4)   RegKeeper- e-Sales Tracking Software 1.9.0.3 RegKeeper e Sales Tracking Software 1.9.0.3
Uncomplicated e-sales tracking software.

 5)   Open Phone 2.0.1.22
Creates PAD files for your applications.

 6)   Windows HTML To WORD 3.0
Convert HTML File To Word Document

 7)   Dataconomy Editor Standard Edition 1.0
Structured document authoring

Search Soft


All Rights Reserved © 2007 SoftsLand.com