Follow us on Blogger Follow us on Twitter Subscribe to our RSS channel Bookmark and Share
Find Error Description 1.0
Released: 2006-02-01 Find Error Description
License Type: Freeware
Platform: Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003
Requirements: Pentium II 400 MHz, 32MB Ram, 1MB free disk
Product homepage: http://www.academy-info.com
Publisher: academy-info.com
Keywords:
Vendor Price:
FREE!

0 votes

Rating: 0
5 4 3 2 1



Find Error Description 1.0 screenshot

Find Error Description 1.0

The ErrorShow program formats a message string. The program requires a message definition as input. It can come from a message table resource in an already-loaded module. Or the caller can ask the program to search the system's message table resource(s) for the message definition. The program finds the message definition in a message table resource based on a message identifier and a language identifier. The program copies the formatted message text to an text box, processing any embedded insert sequences if requested.

Changes:

SQLMemTable: History of changes
===============================

- version 3.04 (12/23/2005)
New features added:
1. Importing ftOraBLOB and ftOraClob field types - many thanks to Douglas Stites.
Bugs fixed:
1. Bug with joins on string fields was fixed.
2. Bugs in searching on memo and wide memo fields were fixed.
3. Bug with TSQLTimeStamp and TClientDataset was fixed.
4. Bugs in joins on multiple fields were fixed.

- version 3.03 (08/05/2005)
Bugs fixed:
1. Some minor bugs with Union, Except, Intersect SQL operators were fixed.
2. Bug with ToString function and formats with milliseconds ('zzz','zz') was fixed.
3. Bug with closing tables in some cases was fixed.
4. Bug with DY format in TODATE and TOSTRING was fixed.
SQL Reference updated - DY returns 3 symobols.
5. Bug in UNION sql statement was fixed.
6. Minor bug with foreign key types mismatch was fixed.

- version 3.02 (07/16/2005)
New features added:
1. Milliseconds ('ZZZ','Z') are now supported TO_DATE and TO_STRING SQL functions.
2. ClientDataset compatibility was improved.
3. Method AddForeignKey was added to TACRTable. ALTER TABLE ADD FOREIGN KEY was optimized.
Bugs fixed:
1. Bug with case insensitive string comparison was fixed.
2. Problems with opening tables at design-time were solved.
3. Bug with conversion of some data types was fixed.
4. Bug with table renaming was fixed. ALTER TABLE ADD FOREIGN KEY now works fine.
5. Bug with executing DELETE SQL statement on memory table was fixed.
6. Problem with loosing foreign keys in RepairTable, RestructureTable, RepairDatabase,
CompactDatabase is solved now.
7. Problems in RestructureTable, CreateTable, RenameTable when multiple foreign keys
referencing same table exists were solved.
8. Bug with updating memo fields using UPDATE SQL statement was fixed.
9. Bug with DROP INDEX in ExportTableTOSQL and ExportDatabaseToSQL was fixed.
10. Minor bug with filter setting was fixed.

- version 3.01 (03/16/2005)
Bugs fixed:
1. Bug in searching and filtering on date, time and datetime fields was fixed.
2. Problem with foreign key checking was solved.

- version 3.00 (12/28/2004)
New features added:
1. Referential Integrity support (SQL'99 compliance) was added.
2. ForeignKeyDefs, RestructureForeignKeyDefs properties were added to TSQLMemTableTable.
3. FOREIGN KEY support was added to SQL CREATE TABLE and ALTER TABLE statements.
4. DROP CONSTRAINT support was added to SQL statement ALTER TABLE.
5. CASCADE option was added to SQL statement DELETE TABLE.
6. Cascade parameter was added to DeleteTable method TACRTable.
7. Referential Integrity demo was added.
8. DeleteConstraint method was added to TACRTable.
9. Performance of insert, update and delete operations was improved.
Bugs fixed:
1. Some bugs with SELECT from single table were fixed.


- version 2.60 (12/10/2004)

New features added:
1. SQL performance was essentially increased on most types of queries.
2. ORDER BY clause now supports column numbers.
3. ImportTable speed from some databases was increased.
4. Parameters are now supported in sub-queries.
5. FindIndex method was added to TSQLMemTable component.
Bugs fixed:
1. Bug with closing queries at design time in some cases was fixed.
2. Some bugs in SQL engine were fixed.
3. Problem with exporting float values in ExportToSQL was solved.
4. Bug with loading in-memory table was fixed.

- version 2.50 (09/29/2004)

New features added:
1. Export to SQL was implemented.
ExportTableToSQL method was added to TSQLMemTable component.
New demo ExportToSQL was added.
2. TOBLOB SQL function was added.
3. SQL, filter and navigation performance was essentially increased.

Bugs fixed:
1. Bug in Refresh was fixed.
2. Bug with filters on empty wide strings was fixed.
3. Bug with refreshing DBGrid after insert was fixed.
4. Bug with deleting records from the table using SQL DELETE statement was fixed.
5. Bug with updating empty blob field in the table was fixed.
6. Bug with inserting record after deleting record was fixed.
7. Some bugs with field names in SQL engine were fixed.

- version 2.40 (08/12/2004)

New features added:
1. SQL, filters and navigation performance was essentially increased.
2. Aggregate functions COUNT, SUM and AVG now can be used with DISTINCT option.
3. Compatibility with third party DB-aware controls was improved.
4. All memory tables now can be saved to file or to stream by single call.
Methods SaveAllTablesToStream, LoadAllTablesFromStream, SaveAllTablesToFile, LoadAllTablesFromFile
were added to TACRTable component.

Bugs fixed:
1. Some bugs with SQL field naming were fixed.
2. Problem with temporary indexes uniquness was solved.
3. Bug in AddIndex on closed table was fixed.
4. Bugs with filters on date, time or datetime fields were fixed.
5. Bug in CAST to string type implementation was fixed.
6. Bug in SELECT DISTINCT implementation was fixed.


- version 2.30 (06/29/2004)

New features added:
1. SQL queries and filters now supports memo fields. MemoSearch demo was added.
2. SQL DDL performance was improved.
3. MemoryTableAllocBy property was added to TACRTable component.

Bugs fixed:
1. Bugs in ALTER TABLe and CREATE TABLe implementation were fixed.
2. Left, right and full outer joins now works corectly.
3. Bug in CREATE INDEX on memory table was fixed.


- version 2.20 (06/03/2004)

New features added:
1. IF NOT EXISTS option was added to CREATE INDEX SQL statement.
2. IF EXISTS option was added to DROP INDEX SQL statement.
3. NOCASE option was added to ORDER BY clause of SELECT SQL statement.
4. INDEX option was added to ORDER BY clause of SELECT SQL statement.
5. SQL performance was essentially increased.
6. Filters were optimized.
7. CSVImport demo was added.

Bugs fixed:
1. Now update records with indexes and filters works correctly.
2. Bug in TSQLMemQuery.SetParamsFromCursor was fixed.
3. Some porblems with compatibility with third-party treeviews and grids were solved.

- version 2.10 (03/31/2004)

New features added:
1. New component TSQLMemBatchMove (TBatchMove analog) was added.
2. New method BatchMove was added to TSQLMemTable component.
3. New demo BatchMove was added.
4. TSQLMemTable component now automaticaly sets a default table name.
5. Now in-memory table can be created at runtime by setting Active to True.
6. Filters performance was increased due to better choise of filtering algorithm.


Bugs fixed:
1. LargeInt fields now can be accessed via SQL and in Master/Detail tables.
2. SQL function POS now returns 0 if one of its arguments is NULL.
3. Bug with deleting record on filtered and indexed in-memory table was fixed.
4. Bug with setting IndexName property of TSQLMemTable to empty string was fixed.
5. OnFilterRecord now have True as a default value for Accept parameter.
6. Problems with record positioning after refreshing filtered dataset were solved.



- version 2.00 (02/09/2004)

New features added:
1. The speed of loading tables from file was essentially increased.
2. Uncorrelated subqueries is now supported.
See scripts in Utils\Bin\SQLConsole\SQL\SubQuery folder for examples.
Also read SELECT Statement topic in Developer's Guide to learn more about it.
3. SQL operator IN now can be used with subquery.
4. SQL operator EXISTS was added.

Bugs fixed:
1. Bug in SetRecNo method of TACRDataset was fixed. Now RecNo is set correctly when
some DB controls are connected to the table.


- version 1.32 (01/14/2004)

New features added:

1. Performance on insert and Edit operations was increased.
2. MultiThread demo for Delphi is added.

Bugs fixed:
1. Bug with invalid memo and blob fields settings in
SELECT statement was fixed.
2. Bug with closing queries with ORDER BY statement was fixed.
3. Bug with invalid record position after Insert and Edit on
filtered dataset was fixed.
4. Bug with invalid TACRQuery.RowsAffected value after executing UPDATE statement
with WHERE cluase on one of the fields specified in SET clause was fixed.
5. Problem with unique temporary index names was solved.
6. Problem with storing current record position in TSQLMemDataset.BookmarkValid method
was solved.
7. Bug with parameters implementation in TSQLMemQuery was fixed.
8. Bug in filters and SELECT statements with multiple AND operators was fixed.


- version 1.31 (12/11/2003)

New features added:

1. OnProgress event was added to TSQLMemTable component.
Now methods RestructureTable, ImportTable and ExportTable shows their progress.
2. SQL scripts parsing and executing was optimized,
memory usage was essentially decreased.

Bugs fixed:
1. Bug in queries with WHERE clause and specified field list was fixed.


- version 1.30 (11/12/2003)

New features added:
1. IProvider interface support was implemented. Now you can access TACRTable
and TACRQuery components via TClientDataset.
2. Save/Load methods now saves AutoInc field descriptions,
file format have been changed.
Bugs fixed:
1. Bug with restructuring table with AutoInc fields after LoadTable was fixed.

- version 1.20 (10/23/2003)

Bugs fixed:
1. Bug with importing tables from ADO and BDE was fixed.

- version 1.12 (10/21/2003)

Bugs fixed:
1. Bug with saving / loading table after delete with active index operation was fixed.


- version 1.11 (10/20/2003)

Bugs fixed:
1. Bugs with cancelling edit or insert operations with BLOB fields were fixed.


- version 1.10 (10/08/2003)

New features added:
1. TSQLMemTable.SetLastAutoincValue method was added
2. LoadTableFromFile, LoadTableFromStream, SaveTableToFile, SaveTableToStream
methods of TSQLMemTable were essentially optimized in speed and compression rate.
New format is incompatible with previous versions.

Bugs fixed:
1. Bugs with locate on empty table was fixed.

- version 1.09 (10/02/2003)

Bugs fixed:
1. Bugs with edit and delete operations were fixed.

- version 1.08 (09/30/2003)

Bugs fixed:
1. Bug with delete in detail table with Master-Detail relationship was fixed.

- version 1.07 (09/29/2003)

Bugs fixed:
1. Bug with search operations being performed on empty table was fixed.

- version 1.06 (09/20/2003)

Bugs fixed:
1. Another bug with scrolling in DBGrid was fixed.


- version 1.05 (09/09/2003)

Bugs fixed:
1. Bug with scrolling in DBGrid was fixed.


- version 1.04 (08/22/2003)

Bugs fixed:
1. ExportTable without log parameter now works properly.
2. SQL CAST with blank string problem was fixed.
3. Last autoinc value is now saved correctly when a table is saved.
4. Primary key creation on two or more fields in SQL bug was fixed.


- version 1.03 (08/20/2003)

Bugs fixed:
1. 'SELECT NULL from tabel1' now works correctly.
2. SQLMemTable.LoadFromFile problem was solved.
3. AV after application closing in C++ Builder is fixed.
4. Bugs with SQL date functions were fixed.
5. IS NULL, IS NOT NULL filters are supported correctly.
6. Bug with ImportTable on existing table was fixed.
7. Aggregate functions now work OK on empty tables.
8. DBMemo control now displays field value if
it was inserted directly from code.


- version 1.02 (07/24/2003)

New features added:
1. Navigation operations were optimized.


- version 1.01 (07/24/2003)

New features added:
1. Insert and Search operations were optimized
2. Memory manager speed was essentally increased

Bugs fixed:
1. RecNo, RecordCount now works correctly with invisible records
2. Some bugs in index system (edit operations) were fixed
3. Some bugs in Load and Save methods were fixed that leads to
incompatibility with previous version files

- version 1.00 (07/15/2003)

Other software titles from this vendor
Art Clock  

Art Clock

Download free Art clock with timer, notebook

Free Color Tetris Game  

Free Color Tetris Game

Free Color Tetris game.

Fifteen  

Fifteen

Fifteen is a logic game for all ages.

Free Number Base Converter  

Free Number Base Converter

Convert numbers from one base to another.

Free Coding Tool  

Free Coding Tool

Free Coding Tool

Free Area Code Selector  

Free Area Code Selector

Free World Area Codes

Powerful Memory  

Powerful Memory

Find all hidden pairs of pictures.

Free Permutation Program  

Free Permutation Program

Free Permutation program by academy-info.com

Easy Measure Converter  

Easy Measure Converter

Length and Distance Conversions

Find Error Description  

Find Error Description

Free error show porgram


TOP 20 programs in System Utilities::System Maintenance category
Discount Coupon for Max RAM Optimizer Max RAM Optimizer  

Max RAM Optimizer

Optimize Memory and Boost your PC Performance

Discount Coupon for Max PC Booster Max PC Booster  

Max PC Booster

Optimize PC with 4 Award winning products.

Discount Coupon for Vista XP Tweaker Vista XP Tweaker  

Vista XP Tweaker

Freeware task manager. Startup manager.

Discount Coupon for new new  

new

Tune and tweak XP or Vista, set hidden params

Discount Coupon for AnVir Task Manager Free de AnVir Task Manager Free de  

AnVir Task Manager Free de

Komplettlösung, die alles auf Ihrem Computer

Discount Coupon for Paragon Total Defrag 2009 Paragon Total Defrag 2009  

Paragon Total Defrag 2009

Full hard disk defragmentation

Discount Coupon for SpeedUpMyPC SpeedUpMyPC  

SpeedUpMyPC

Optimize system settings for improved speed

Discount Coupon for All In One Computer Tools All In One Computer Tools  

All In One Computer Tools

Collection of tools for Windows.

Discount Coupon for JOC Master Shutdown JOC Master Shutdown  

JOC Master Shutdown

Shutdown or restart a LAN at click of button.

Discount Coupon for PC Health Optimizer PC Health Optimizer  

PC Health Optimizer

Boost PC speed and security with one click.

Discount Coupon for StartEd StartEd  

StartEd

Startup cleaner & Trojan Horse detector

Discount Coupon for StartEd Lite StartEd Lite  

StartEd Lite

Startup cleaner & Trojan Horse detector

Discount Coupon for 4Diskclean Pro 4Diskclean Pro  

4Diskclean Pro

Seven tools for Windows maintenance.

Discount Coupon for StartUp Organizer StartUp Organizer  

StartUp Organizer

Organize applications starting automatically

Discount Coupon for TaskInfo TaskInfo  

TaskInfo

Win9x/NT/2k/XP/7 Task Manager & System Info

Discount Coupon for Disk Clean Wizard Disk Clean Wizard  

Disk Clean Wizard

Keep your disks clean!

Discount Coupon for Key spyware Key spyware  

Key spyware

records keystroke and screenshot to disk.

Discount Coupon for Soft Keyboard Soft Keyboard  

Soft Keyboard

On Screen Keyboard can be customized

Discount Coupon for Gateway Drivers Update Utility Gateway Drivers Update Utility  

Gateway Drivers Update Utility

Update your Gateway drivers automatically.

Discount Coupon for Averatec Drivers Update Utility Averatec Drivers Update Utility  

Averatec Drivers Update Utility

Download and update Averatec laptop drivers.


Latest News
Oracle NetBeans 7.2 supports the latest PHP, C++
25 May 2012
The newest version of the Oracle NetBeans IDE (integrated developer environment) will come with support for the latest versions of PHP and C++.
Microsoft's upgrade avalanche a challenge for IT pros
25 May 2012
Microsoft is in the midst of an unprecedented, massive upgrade cycle for its enterprise software products, a refresh wave that represents a major challenge for CIOs and IT managers responsible for charting their companies' technology strategy. Not only is Microsoft working on a major revamp of its flagship Windows operating system, but significant upgrades are coming to its Office products, the Explorer browser and a range of back-end enterprise products.
Untethered jailbreak for iOS 5.1.1 available for download
25 May 2012
Absinthe 2.0, the jailbreak for iOS 5.1.1, is ready and available for download, the Jailbreak Dream Team announced at the Hack in the Box conference in Amsterdam on Friday. Absinthe 2.0 can be used to jailbreak iOS 5.1.1 devices, allowing users to gain root access to the OS and, for example, download applications not authorized by Apple.

Legal Note
FilesHome.com portal collect information directly from software vendors using software submission form. Thus, we do not carry any responsibility for provided here information. Please note that using Averatec Drivers Update Utility crack, serial number, registration code, keygen and other warez or nulled soft is illegal (even downloading from torrent network, rapidshare, hotfile, megaupload,etc) and could be considered as theft in your area. Also note that if you will download Averatec Drivers Update Utility from sharing sites like Megaupload, Rapidshare, Hotfile, etc - you may become a victim of trojan or spyware attack. So, please use only direct download links on our site.