Without my crystal ball, I can only say:

Create() - Insert new record
Update() - Update existing record
Save() - Insert or update depending on PK value given or not.

for any other help, I need to see the classes and the operations that
creates the problem.

-Markus

2010/8/19 raghavsri <raghavendra...@gmail.com>

>
> Hi
>
> Does Create() API, updates the row in database...
>
> For example I have row created using Create() API
>
> CID   CustomerID  CustomerType
> 1        customer1     1
>
>
> If i call Create() API by changing CustomerID = Cusotmer1.. it
> overwrites the row CID 1
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To post to this group, send email to castle-project-users@googlegroups.com
> .
> To unsubscribe from this group, send email to
> castle-project-users+unsubscr...@googlegroups.com<castle-project-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/castle-project-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-us...@googlegroups.com.
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to