HPV SOLO PC 2007 View and print MS Project 98, 2000, 2002, 2003 or 2007 Family Keylogger 4.12 Family Keylogger - this is the best choice, if you want to Account Xpress 3.7.1 new! Account Xpress is a personal finance management software 1st Security Agent 9.3 new! Secure your PC with 1st Security Agent. It offers an GsLantern EASY! 2.0.00 Convert Windows/Office files (DOC, XLS, PPT, SNP, TXT Port Invader 1.1 Scan a range or list of IPs for open and closed ports TeamTrade 1.08 TeamTrade provides Portfolio management and Technical AeternaBackup 1.0 AeternaBackup is a network file backup solution for both Popup Ad Shield 2.1 STOP those annoying Internet Popup Ads from displaying on Intuvia MicroCalc 2.3 MicroCalc Has a Micro Footprint mode that ˜shrinks' the
Sponsored links
New:
Lock My Computer 9.31 Desktop security solution for personal or publicly Maple Professional 7.16 Maple Professional is the flagship of the tree outline Audio Converter 3.1.0 AudioConverter is specially created for you to be able to Alchemy Eye 10.3 Alchemy Eye is a system tool that continuously monitors Forms Data Loader 3.2 Forms Data Loader is a tool to load data into Oracle Apps Timestimator 1.7 Calculate deadlines and assign time periods with an ORTWIN 7.42 ORTWIN is a program for the inquiry of localities in PDF to IMAGE 2.21 PDF to Image is an easy-to-use software for converting a 007 DVD Maker 4.13 007 DVD Maker is a powerful and easy-to-use tool to create CybSecure 1.3.300 CybSecure is an Internet Filtering, Application Blocking
VISOCO dbExpress driver for Sybase ASA (Linux version) 2.0 VISOCO dbExpress driver for Sybase ASA is based on the Embedded SQL database interface, provide direct access to Sybase ASA and allows avoiding Borland Database Engine (BDE), ODBC, ADO, SQL Links and Sybase Open Client.
Description: 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:
- Kylix 2
- Kylix 3
- Sybase ASE 11.0
- Sybase ASE 11.5
- Sybase ASE 12.0
- Sybase ASE 12.5
- Sybase ASE 15.0
- Sybase ASE Express Edition for Linux
Download VISOCO dbExpress driver for Sybase ASE at:
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.
- 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
VISOCO dbExpress driver for Sybase ASE (Win32 and Linux) 2.3 VISOCO dbExpress driver for Sybase ASE is a dbExpress driver for Borland Delphi, Kylix, C++ Builder. VISOCO dbExpress driver for Sybase ASE is a dbExpress driver for Borland Delphi, Kylix, C
Sybase Puts Linux Database on IBM's OpenPower Platform Sybase has hooked up with IBM to put ASE on IBM's Linux-tuned eServer OpenPower-based systems, in a move that will help push IBM further into financial services.
Borland folding C++Builder into Delphi Borland Software in 2005 plans to fold its C++Builder developer tool line into the company’s Delphi IDE tool family for Windows application development, thus answering the question about what the company had planned to do with the technology.
Axigen v6 - a 1-2-3 approach to setting up a fully-functional mail server on Linux For the majority of users, the task of installing a mail server on Linux is something beyond possible. Despite its active popularization, Linux still remains a system for enthusiasts where nearly every serious system-related action is carried out in the console and where deep knowledge of system commands is an absolute must. In most cases, Linux servers inevitably require
123-Flash-Chat-Server-Software, Exercise Your Fingers! In the Rich-Media era, text chats seem to have to sink into oblivion — so much more communication opportunities offer modern multimedia chat applications. Surprisingly, users dont even think about giving up good old text chats for lost, and they continue to evolve, while chat service providers never quit seeking and deploying even better solutions to promptly meet users endlessly
Server Control Tower. PA Server Monitor “Hows my server doing?” “Whats going on with it now?” “Hope, I havent missed anything important.” — These are the most typical things server administrators are concerned with. In order to not miss anything important, some of them never leave their seats. (Or, if there are many servers, they run around them to make sure
Game Editor: Powerful Development Suite Goes Cross-Platform Got bored of playing same games over and over? Got your own game scenario ready be put in a game? Or have it all but got no clue where to start? — Grab a copy of Game Editor and create a game of your dream, the one that youll love playing and enjoy sharing with others. Game Editor is a powerful game creation studio where you can design and program
Advanced Data Generator - quick and easy generation of test data for your database Whenever you develop a database-driven application of any type, database modeling and creation are an integral part of the process. However, testing cannot be properly carried out without realistic database data — you dont see how objects, text and other database elements are rendered on the page, you cant see a full picture of your e-commerce store full of products and
Kwok Information Server 2.3, IT Management with Pleasure Every IT business, even the smallest one, needs to manage some, at least the most basic kinds of information related to their business. Of course, when its a company of «two directors and one worker», it can manage all of its operations through sticky notes or Excel worksheets. But, becoming serious, becoming organized, with multiple orders, clients, employees, and
ProxyInspector for ISA Server 2.6g Appropriate Control When things get about the corporate Internet usage and traffic control, there always a lot of the loose talks: Either the management needs to control every kilobyte of data transfer and every connection or employees can have certain level of freedom? The answer to this question varies from one organization to another and depends on many factors. However, all agree that the *control is necessary
AA Mail Server, Be Your Own Email Service Provider No matter how hard you try to set up a hosted email service the way you want it to be, chances are that youll end up compromising your demands, for its hardly possible to have someone do things the way you want them be done. If you want to take control over your email communications, fire up your own email server, and yet not spend much time dealing with
Server Monitor 3.4.0, Know The Problem In Proper Time There are two kinds of system administrators: those who think «my system cant fall» (optimistic kind), and those who thinks «if the system falls, I want to know it as soon as possible» (realistic kind). The second kind of sysadmins are more valuable: they can do wisely even in complex conditions. Server Monitor is a software for those wise