Modular DB Actions, MS SQLServer and AutoIncrement columns?

2003-10-17 Thread Andrzej Jan Taramina
I'm trying to figure out how to use MS SQLServer 2K's Identity columns as a primary key, which automatically generate a new value for the field when using Modular DB Actions to do an insert. I kinda thought it should look like this for an identity column called "id" in the database descriptor:

Re: Modular DB Actions, MS SQLServer and AutoIncrement columns? SOLVED

2003-10-17 Thread Andrzej Jan Taramina
> I'm trying to figure out how to use MS SQLServer 2K's Identity columns as a > primary key, which automatically generate a new value for the field when using > Modular DB Actions to do an insert. > > I kinda thought it should look like this for an identity column called "id" in > the database des