Presentations and sources code for the International Paradox COnvention 2006
--------------------------------------------------------------------------

CVSPAradox.ppt  : Presentation of the tool "CVS PAradox"
ParadoxHttp.ppt : Presentation "Paradox and SQL Databases via http"

- directory dll_pdoxindy :

Contains the source code in Delphi 7 for the dll pdoxindy
The dll here is not compressed.

- directory pdoxhttp :

Contains the php scripts that were used for the dmonstration
Theses files should be place in a web server.

- directory pdoxindy :

Contains the Paradox demonstration with pdoxindy.dll.
The dll here is the same but compressed (with upx)

- directory wininet :

Contains the Paradox demonstration with wininet.dll

- Structure of the MySql table used in the presentation :

-- 
-- table `client`
-- 

CREATE TABLE `client` (
  `CodeClient` int(11) NOT NULL,
  `Nom` varchar(50) collate latin1_general_ci NOT NULL,
  `Ad1` varchar(50) collate latin1_general_ci NOT NULL,
  `Ad2` varchar(50) collate latin1_general_ci NOT NULL,
  `CodePostal` varchar(5) collate latin1_general_ci NOT NULL,
  `Ville` varchar(50) collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`CodeClient`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

- directory suivi :

COntains the Paradox tool "CVS Paradox"

Have fun ! Filipe and Cme , Paris 2006.

