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: Databases
Delphi and MySQL
When it comes the time for a developer to create good database applications that need interaction with database servers, one might think twice about using Delphi for this task, and they couldn´t be more wrong. There are tools for Delphi that simplify the process of connecting to the most known RDBM´s like MySQL, Microsoft SQL, [...]
Also posted in Delphi, MySQL, Programming Tagged database servers, delphi, delphi mysql, microsoft sql, ms sql server, oracle sybase, paradox database, sql postgresql, sql sybase, sybase oracle
Leave a comment
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 Algorithms, Delphi, Paradox Tagged auto increment, delphi code, delphi programs, integer number, paradox table, paradox tables, primary key, violation error
9 Comments
How to open Access databases without Microsoft Access?
A friend of mine just asked me if there was a way to open Microsoft Access databases without having Microsoft Access installed on the computer. His clients did not want to buy the Microsoft Office suite and he needed a simple and free solution. Share: Bookmark on Delicious Digg this post Recommend on Facebook share [...]
How to repair a Paradox table?
Your Ad Here I have a few projects in Delphi that use Paradox as database and sometimes I have to deal with corrupted tables or headers which is a real pain to solve. Anyway, here are some free tools to help you fixing the tables/headers of corrupted paradox tables or “Key Violation” errors. This application [...]
Also posted in Delphi, Paradox Tagged amp repair, BLOB, borland database, csv, Data, database desktop, delphi, Editor, HTML, pain, paradox, paradox table, paradox tables, password, PdxRepair, regener, RTF, some free tools, structure viewer, use
1 Comment

