> > CREATE TABLE [SPMBlock] (
> >     [SPMId] [int] identity(1,1) NOT NULL ,

Does "identity" do the same thing as it does under MS SQL Server?  I thought
the way to get an identity field in SQLite was to define it as "integer
primary key".



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to