<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: autoincrement code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 26 Jul 2008 21:52:24 GMT</pubDate>
    <description>DZone Snippets: autoincrement code</description>
    <item>
      <title>Create a primary key with autoincrement in Symbian DBMS</title>
      <link>http://snippets.dzone.com/posts/show/1680</link>
      <description>&lt;code&gt;&lt;br /&gt;CREATE TABLE person (id COUNTER, name VARCHAR)&lt;br /&gt;CREATE UNIQUE INDEX id_index ON person(id)&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;COUNTER is UNSIGNED INTEGER with Autoincrement.&lt;br /&gt;You still need a UNIQUE INDEX as well.</description>
      <pubDate>Fri, 10 Mar 2006 16:17:05 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1680</guid>
      <author>korakot (Korakot Chaovavanich)</author>
    </item>
  </channel>
</rss>
