home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / pgedri / Source / Demos / PGEDemo / Readme.txt
Encoding:
Text File  |  2005-04-01  |  1.2 KB  |  28 lines

  1. pgExpress Driver PGEDemo Demo
  2. Vita Voom Software
  3. -----------------------------------------------------------------------
  4. This is a simple demo that shows how to access a PostgreSQL database 
  5. using the pgExpress driver, using a client dataset, a SQL dataset and
  6. a provider.
  7.  
  8. There are two versions: VCL, for Delphi 6-9, and CLX, for Delphi 6-7 
  9. or Kylix. The porting is simple, but we have it here for convenience.
  10.  
  11. Notes:
  12. 1) For Kylix/Delphi portibility reasons, this demo Uses the CLX, not 
  13.    VCL. It might look "flickering" for VCL users. The code is similar, 
  14.    however.
  15. 2) Kylix and Delphi 6 do not have the TSimpleDataset component. Delphi 
  16.    7 has TSQLClientDataset but it's on a Demos dir and not installed 
  17.    by default (Borland has discontinuated it's use). The most portable
  18.    way to do this demo is the one presented: using a client dataset, a 
  19.    SQL dataset  and a DatasetProvider.
  20. 3) Do not edit the pg_type table presented by default. It is a system 
  21.    table and you could be damaging your database system.
  22.    
  23. -----------------------------------------------------------------------
  24. Steve Howe
  25. howe@vitavoom.com
  26. http://www.vitavoom.com
  27.  
  28.