Help Me
Search website
Language
Main Menu
-
Recent Posts
Posts
- February 2013 (1)
- October 2012 (1)
- August 2012 (1)
- March 2012 (1)
- November 2011 (1)
- September 2011 (1)
- August 2011 (8)
- July 2011 (1)
- June 2011 (2)
- April 2011 (1)
- March 2011 (1)
- February 2011 (2)
- January 2011 (5)
Categories
- Cardsharing (7)
- Oscam (7)
- Databases (4)
- Electronics (8)
- Arduino (1)
- HD Receivers (3)
- Satellite (4)
- Set Top Boxes (4)
- General (5)
- Hacking (1)
- Programming (9)
- Algorithms (2)
- Android (1)
- Arduino (1)
- Delphi (5)
- Java (1)
- Society (3)
- Technology (6)
- Robotics (3)
- Web Development (1)
- SEO (1)
- Cardsharing (7)
Tags
1080i resolution auto increment automaton backup utilities bad joke binaries blog cardsharing cccam center location converter copy paste cronjob data segments ddr memories delphi delphi code eugene kaspersky fiber optic cables filecenter glass of water index file integer number keyword phrase latest versions libusb mips neural network oscam paradox table paradox tables powerpc primary key search engines rank shellexecute sound and motion southampton university svn time ie tiny dots touch unexpected situations violation error volatile storage world
Archive for the Category: Algorithms
Fix “Key Violation” on Paradox tables.
“Key Violation” errors occur whenever a new record is created with a primary key that already exists. This means that the field you defined as your primary key must be unique on the table. No other record can have that value, and it generates a “Key Violation” error when this happens. Share: Bookmark on Delicious [...]
Also posted in Delphi, Paradox Tagged auto increment, delphi code, delphi programs, integer number, paradox table, paradox tables, primary key, violation error
9 Comments
How to compress/decompress multiple files using Delphi 7?

Sometimes, Delphi 7 programmers need to implement some kind of compression/decompression features in their programs. Imagine you need to make a backup of files, like paradox databases or making an import/export feature that needs several files. The best way to do this is using compression tools to archive all the files into one single exportable [...]
Also posted in Delphi Tagged compression decompression, decompression features, delphi 7, paradox databases, zip ace
4 Comments

