<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You can either use the MgInsertFeatures method:<br>
<a class="moz-txt-link-freetext" href="http://mapguide.osgeo.net/files/mapguide/docs/webapi/d4/d63/class_mg_insert_features.html">http://mapguide.osgeo.net/files/mapguide/docs/webapi/d4/d63/class_mg_insert_features.html</a><br>
<br>
Or just write the data directly to Oracle using an SQL insert statement.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
padmini godavarthi skrev:
<blockquote cite="mid:1242013838526-2861128.post@n2.nabble.com"
 type="cite">
  <pre wrap="">Hi Kenneth,
i just want to draw a line, point and polygon and want to save it in oracle
table............

Regards,
Padmini.


Kenneth Skovhede, GEOGRAF A/S wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Do you want to create lines based on points and links?
If so, I know no good way to do it.
The "brute force" method would be to just loop through the table
and create the actual polylines, and insert them into a temporary storage
(oracle table or SDF file), and then display the table as normal.

I don't have any code to send.

Regards, Kenneth Skovhede, GEOGRAF A/S



padmini godavarthi skrev:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi Kenneth,
can u plz tell me ur suggestion....................

i have a shape file and i have created this shape files into nodes and
links
tables in database

  Now i have a 2  tables (aaa_nodes,aaa_links) in oracle 10 g database

Now i want to display it in the ajax viewer (programmetically)

i know the way of creating packages and display it in viewer but i want
to
display it programmentically.



My user interface should be like this

 In  the check box  i want to display all the gis tables in database
while checking  it should display the table data (layers) on the ajax
viewer.........................


can u plz tell me the approach(actually iam confused in this situation)
and send me the code for this...............................

Regards,
Padmini.

  
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>