<!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't update values from Studio.<br>
<br>
Regular SDF+ files are a variant of SQLite, which as an autoincrement
feature.<br>
Normally this property is assigned as the primary.<br>
If so, you cannot update the value, and it will remain the same after
you insert or delete records.<br>
However, you may have SDF+ files where another column is set as the
primary key, and thus it may change.<br>
<br>
If you mean "Load Procedures", then it works by creating a fresh SDF+
file,<br>
so the auto numbers are reset, and if you have deleted rows, the id's
will no longer match after an update.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<blockquote cite="mid:1241586497777-2808646.post@n2.nabble.com"
 type="cite">
  <pre wrap="">

KeithC wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I need to find a way to get unique ids for features so that I can store
these unique ids and use them to link to other things (Urls etc).
Presumably I can use MgClassDefinition::GetIdentityProperties to find
which properties to interrogate. What are these Identity Properties for an
SDF say? Will the values remain the same if the data source is updated
using MapGuide Studio?
Keith

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