Edblib is an Embedded SQL for C (ESQL/C) and DB-Library program for Microsoft® Windows NT®, Microsoft Windows® 95/98, and 16-bit Windows that was written using the Win16/Microsoft Win32® API, C language, standard libraries for 16-bit Windows and C, Embedded SQL statements, and DB-Library functions. Edblib connects to the specified server running Microsoft SQL Server™ and issues a SELECT statement query from the authors table in the pubs database using ESQL/C and DB-Library. It uses the GET CONNECTION statement to obtain the DB-Library DBPROCESS connection pointer.
Edblib uses these files:
Edblib.def | Edblib.sqc |
Edblib.h | Gwutil.c |
Edblib.ico | Gwutil.h |
Edblib.rc |
You can build Edblib for the following environments by using the associated commands.
Environment | Command |
---|---|
Windows NT and Windows 95/98 | nmake -f "makefile." APP="edblib" SUBSYS="windows" |
16-bit Windows | nmake -f "makefile." APP="edblib" SUBSYS="windows" ENV="win16" |