Hi.
Suppose you create an object like this
<cfset z = StructNew()>
<cfset z.foo = "bar">
<cfa_contentobjectcreate
datasource=...
typeid=...
objectid=...
stProperties="#z#"
>
Now suppose further that the type of object you are creating does not have
a property 'foo'. Then the create throws a property not registered error.
But as a side effect it still also creates an object in the database.
IMHO if contentobjectcreate fails for some reason the database insert
should be rolled back.
Cheers
Michiel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.