AutoCAD Map 3D

Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

869 views1 edit(s)2410 characters(s) Page last modified 12:17, 10 Apr 2012 by contentconnector
How to add your knowledge

Procedure

    Table of contents
    No headers

    To use this sample:

    1. 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.
    2. Start AutoCAD Map 3D and open any workspace.
    3. 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.

    4. Verify that the insert occurred. In an Oracle SQL*Plus session, do the following:
      1. connect tbsample/avs
      2. select caption,id,name from tb_topic where id = 1;