Depending on how the view is defined the entity engine may actually do
a create or update on the member entities of the view entity just
fine. The is that the the full primary key of each member entity must
be represented in the view entity, otherwise it is impossible to do
the individual inserts or updates.
So, just try it as with any other entity and if it works then great,
and if not then you know why. If you run into one that doesn't work
and you think it should, please send the details to the list here.
-David
On Jun 16, 2008, at 3:23 AM, stamilo wrote:
> thx,
> but it's can insert data to view in SQL database,
> so i want to do that .
>
> :(
>
> thx !
>
> On Mon, Jun 16, 2008 at 5:09 PM, Ashish Vijaywargiya <
>
[hidden email]> wrote:
>
>> Physical existence of those entities(View entities) doesn't exists
>> in the
>> database.
>> On fly it generates the details of records.
>>
>> --
>> Ashish
>>
>> On Mon, Jun 16, 2008 at 4:55 AM, Bilgin Ibryam <
[hidden email]>
>> wrote:
>>
>>>
>>> hi,
>>>
>>> view entities are joined entities, so you have to insert the data in
>>> member entities of the view entity.
>>>
>>> Bilgin
>>>
>>>
>>