Hey, I am switching my application from Oracle 10g to SQL Server Compact. Currently I have this in the mapping file:
<id name="Id" column="MY_ID">
<generator class="sequence">
<param name="sequence">MY_SEQ</param>
</generator>
</id>
and I have been informed that sequence does not exist in SQL Server Compact, I was wondering if there was an equivalent. Also I was wondering if I switch to SQL Server 2000/2005 if there is an equivalent.