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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-21
|
195 b
|
14 lines
program Sql16;
uses
Forms,
Sqlsam16 in 'SQLSAM16.PAS' {Form1},
sqlapi16 in 'SQLAPI16.PAS';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.