Hi,

I'm building a custom type and would like to make an integer field auto
increment. Does anyone have suggestions on how best to go about this?

I looked in the fourq code, it doesn't look like it supports such a
field.  I tried adding the auto-increment field to the database table
generated by my custom type, but then the COAPI-Type Classes page shows
the database discrepency warning.

If I don't list the field as a property of my type, it doesn't look like
fourq will return the database column's value when returning the type's
properties.  But if I list the field as a property of my type, fourq
won't deploy the column as an auto increment field.

Would it make sense to make the field a property of the type, deploy it,
THEN (manually) make it auto_increment?

Thanks,
Tyler
[EMAIL PROTECTED]

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to