Entering content frame

 Creating the SQL Studio Software 

Prerequisites

You have the required software for creating the SQL Studio software.

You have installed the source code on your computer (see Installing the Source Code).

Procedure

       1.      First of all, register the program files copied to the hard disk during the installation of the source code.

       2.      Execute the file SQLSTDREG.bat without making modifications.

       3.      Open the command line.

       4.      An operating system-specific command must now be executed in each of the directories ~\SAPDBTools\src\SQLStudio and
sapdb-sqlstudio-src-7.4.03.28\src\SQLStudio
.

For Microsoft Windows 9x, execute:
regsvr32 .\DSQLControl\Debug\SQLStudioDSQL.dll

For all other Microsoft Windows versions, execute:
regsvr32 .\DSQLControl\DebugU\SQLStudioDSQL.dll

The SQL Studio program can now be called or created.

The components of SQL Studio are created in various development environments (see SQL Studio Components).

To create the component DSQLControl, your require the include file Tom.h and the library riched20.dll 5.3011.2110 (or higher).
The file
Tom.h is part of the Microsoft Platform Software Development Kit (SDK).

If the library riched20.dll 5.3011.2110 is not available to you, copy it from the bin directory to the corresponding Windows directory (for example: ../Winnt/System32 for Windows NT).

 

Leaving content frame