home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / P.SQL / PTKPKG.1 / SQL32.DPR < prev    next >
Encoding:
Text File  |  1996-08-29  |  191 b   |  14 lines

  1. program sql32;
  2.  
  3. uses
  4.   Forms,
  5.   sqlsam32 in 'sqlsam32.pas' {Form1};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.Initialize;
  11.   Application.CreateForm(TForm1, Form1);
  12.   Application.Run;
  13. end.
  14.