Question about the result attribute of CFQUERY
Hello, all,
I've rarely used the 'result' attribute in a CFQUERY. But I did some looking around, and on the support page for CFQUERY, looking at what is returned I see:
resultName.ROWID: Oracle only. The ID of an inserted row. This is not the primary key of the row, although you can retrieve rows based on this ID.
...
resultName.GENERATEDKEY: Supports all databases. The ID of an inserted row.
With ROWID, am I to understand that it returns an ID that is _not_ the auto generated key from the database (assuming that the primary key is default uuid/guid), but can be used to get the auto generated key?
And with GENERATEDKEY, is this the auto generated key? Or is it like ROWID?
V/r,
^ _ ^
