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

  1. program Sql16;
  2.  
  3. uses
  4.   Forms,
  5.   Sqlsam16 in 'SQLSAM16.PAS' {Form1},
  6.   sqlapi16 in 'SQLAPI16.PAS';
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.CreateForm(TForm1, Form1);
  12.   Application.Run;
  13. end.
  14.