This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me.
In your mail please do refer to your unique DSP author ID which is 0001576. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Korzh.com (Sergiy Korzh) [email][Home]

    Useful freeware and shareware Delphi components and programming tools.

 

 

Files

[ link: dbstruct.zip ] [ size n/a ] [ Shareware ] [ No Source ]
DbStructurer utility allows to save the description for each table and field and then print database structure, transfer your report to MS Word or save it to the text file. DBStructurer also logs history of changes in your database and the allows to print list of changes from any previous version of your database.
Added: 24-07-1999/27-06-2000   |  Version: 1.31   |  Downloads: n/a
Author:Sergiy Korzh   Korzh.com   [Homepage]   [DSP files]

[ link: smq.exe ] [ size n/a ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
Simple Query pack allows you to include end user oriented SQL query builder into your application. When you use Simple Query your users receive the ultimate ability to build their own queries and get all the data they want. Users do not need to understand your database design or table relationships. They do not see real tables and real field names and see only the table names and field descriptions you want them to see. Operators can be spelled out (e.g. "is equal to" instead of mathematical symbols), field values can be replaced with descriptions (e.g. "MasterCard" instead of actual values like "MC") that makes interface more friendly. Users describe requests by creating their native language sentences and receive the results. Simple Query can parse existing SQL statement and build query by it. Package is easy translatable to any language. BDE Alternatives (ODBC Express, DBISAM and others) are also supported.
No-time-limit technical support and free updates for registered users
Added: 1-08-1999/23-02-2004   |  Version: 4.15   |  Downloads: n/a
Author:Sergiy Korzh   Korzh.com   [Homepage]   [DSP files]

[ kdbexp.zip ] [ 11,857 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | C1 | C3 | C4 ]
Database Export pack contains several components for exporting database data to other formats. TKDatasetToText - export data from an active dataset into text file; TKDatabaseToText - export and import whole database to the text files. Memo and BLOB fields are also supported; TKDatasetToHTML - save an active dataset as HTML file; TKDatasetToDBF - save an active dataset into DBase table; TKDatasetToPrint - print dataset;
Added: 16-04-2000   |  Version: 1.0   |  Downloads: 7504/7504/5
Author:Sergiy Korzh   Korzh.com   [Homepage]   [DSP files]

[ link: kqbsetup.exe ] [ size n/a ] [ Freeware ] [ No Source ]
Query Builder provides an easy-to-use interface for building queries to databases. It features: - Native language user intreface for building queries, allowing non-experienced users to issue fairly sophisticated queries; - A lot of features which simplify process of query building: special value editors for date, time and list values, ability to get the list of available values from the query, query designer for sub-queries, etc. - Ability to save and to load created queries and to assign some textual description for built query; - Instant viewing of generated SQL queries and query results; - Ability to save the result dataset into several formats (text, DBF files, HTML) and to print it.
Presented Query Builder application is a demo example of the Simple Query technology. The Query Builder's source code is included in Simple Query installation package as sample application.
Added: 14-05-2000/19-08-2002   |  Version: 2.0   |  Downloads: n/a
Author:Sergiy Korzh   Korzh.com   [Homepage]   [DSP files]

[ link: locsetup.exe ] [ size n/a ] [ Shareware ] [ No Source ]
Localizer is a localization/globalization tool kit for Borland Delphi applications. Using it you can get one executable file that supports as many languages as you want. Localizer can processes all string resources in your project: properties of components on forms, resource string constants, VCL messages and messages from third-party packages. Support fo additional language(s) can be added without recompiling the project even by your end users. Localizer can uses standard resource DLLs to store translated resources as well as special "language files" format. In most cases it does not require any additional code to localize your application. Special Language Repository helps to store your translations and use them in future projects.
Added: 21-03-2001/23-02-2004   |  Version: 3.25   |  Downloads: n/a
Author:Sergiy Korzh   Korzh.com   [Homepage]   [DSP files]

[ link: locsetup.exe ] [ size n/a ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | D6 | D7 | D2 | C4 | C5 ]
Localizer is a localization tool kit for applications written in Borland Delphi or C++ Builder. Using it you can get one executable file that supports as many languages as you want. It processes all string resources in your project: properties of components on the forms, resource string constants, VCL messages and messages from third-party packages. Support for additional language(s) can be added without recompilation the project even by the users of your application. To store localized resources Localizer can use resource DLLs (that is standard for localization applications in Windows) or special "language file" format which has less size and more easy in use. Other features of Localizer are the following: - minimizing of additional code required for application localizing. In some cases you don't need any code to add to your application; - you don't need use Delphi to translate application interface. It allows to separate application development from translation process; - you can process the resourcestring sections and, therefore, translate VCL and third-party components messages. - Special Language Repository helps you to store translations and re-use them in the future; - easy transfer from Borland's Integration Translation Environment; - "on the fly" language switching (Pro edition only). It does not require to restart your application when you switch between languages; - provides your translator with ability to increase size and position of the controls and forms, if it is necessary for some languages.
Added: 1-02-2006/15-02-2006   |  Version: 3.53   |  Downloads: n/a
Author:Sergiy Korzh   Korzh.com   [Homepage]   [DSP files]

[ link: locsetup.exe ] [ size n/a ] [ Shareware ] [ No Source ]
Localizer is a localization tool kit for applications written in Borland Delphi or C++ Builder. Using it you can get one executable file that supports as many languages as you want. It processes all string resources in your project: properties of components on the forms, resource string constants, VCL messages and messages from third-party packages. Support for additional language(s) can be added without recompilation the project even by the users of your application. To store localized resources Localizer can use resource DLLs (that is standard for localization applications in Windows) or special "language file" format which has less size and more easy in use. Other features of Localizer are the following: - minimizing of additional code required for application localizing. In some cases you don't need any code to add to your application; - you don't need use Delphi to translate application interface. It allows to separate application development from translation process; - you can process the resourcestring sections and, therefore, translate VCL and third-party components messages. - Special Language Repository helps you to store translations and re-use them in the future; - easy transfer from Borland's Integration Translation Environment; - "on the fly" language switching (Pro edition only). It does not require to restart your application when you switch between languages; - provides your translator with ability to increase size and position of the controls and forms, if it is necessary for some languages.
Added: 1-02-2006/15-02-2006   |  Version: 3.53   |  Downloads: n/a
Author:Sergiy Korzh   Korzh.com   [Homepage]   [DSP files]

 

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.