Book a Demo

Author Topic: AutoNum Property for Sybase Database Provider  (Read 2620 times)

Peter_Schlicker

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
AutoNum Property for Sybase Database Provider
« on: November 23, 2010, 03:30:36 am »
Hello,

for the Oracle Database it is possible to use the AutoNum property for an datatable property. Is it possible to use this also for other database providers e.g. Sybase.

juhi

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: AutoNum Property for Sybase Database Provider
« Reply #1 on: November 23, 2010, 09:03:54 am »
Yes, You can.
 
For Sybase ASE Database, you can set Autonum property for numeric and decimal datatypes ( int, bigint, smallint, tinyint will be included in our next release of EA build ).
For Sybase ASA database, you can use it for bigint, integer, numeric, smallint, tinyint datatypes.

HTH.