Build the sample. The plugin (VBSample75.dll or CSSample75.dll) and the associated .tbp file are copied to the AutoCAD Map 3D Client bin directory.
Start AutoCAD Map 3D and open any workspace.
Click the application toolbar button with the Sample 75 - SQL Export caption. A file named test1.sql is written to C:\Program Files\AutoCAD Map 3D Client <yyyy>\Temp. This file, which contains the contents of the TB_TOPIC table, is displayed in an instance of the Notepad application.
Tip
The sample code source contains many commented lines that can be used to modify the SQL export command.
Verify that the insert occurred. In an Oracle SQL*Plus session, do the following:
connect tbsample/avs
select caption,id,name from tb_topic where id = 1;