Componentes.Terceros.SDAC/internal/4.10.0.10/1/Demos/Win32/Miscellaneous/Dll
2007-10-05 14:48:18 +00:00
..
DLLMain.dfm Importación inicial 2007-10-05 14:48:18 +00:00
DLLMain.pas Importación inicial 2007-10-05 14:48:18 +00:00
ExeMain.dfm Importación inicial 2007-10-05 14:48:18 +00:00
ExeMain.pas Importación inicial 2007-10-05 14:48:18 +00:00
MS_DLL.bdsproj Importación inicial 2007-10-05 14:48:18 +00:00
MS_DLL.cfg Importación inicial 2007-10-05 14:48:18 +00:00
MS_DLL.dpr Importación inicial 2007-10-05 14:48:18 +00:00
MS_DLLGroup.bdsgroup Importación inicial 2007-10-05 14:48:18 +00:00
MS_DLLGroup.bpg Importación inicial 2007-10-05 14:48:18 +00:00
MS_Exe.bdsproj Importación inicial 2007-10-05 14:48:18 +00:00
MS_Exe.cfg Importación inicial 2007-10-05 14:48:18 +00:00
MS_Exe.dpr Importación inicial 2007-10-05 14:48:18 +00:00
MS_Exe.res Importación inicial 2007-10-05 14:48:18 +00:00
ReadMe.txt Importación inicial 2007-10-05 14:48:18 +00:00

SQL Server Data Access Components
Copyright 1997-2007, Core Lab. All Rights Reserved
--------------------------------------------------

Demonstrates creating and loading DLLs for SDAC-based projects. This demo
project consists of two parts - an MS_Dll project that creates a DLL of a
form that sends a query to the server and displays its results, and an
MS_Exe project that can be executed to display a form for loading and
running this DLL. Allows you to build a dll for one SDAC-based project
and load and test it from a separate application.