git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@2 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
11 lines
557 B
Plaintext
11 lines
557 B
Plaintext
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.
|