On Mon, Feb 9, 2009 at 10:12, sasha <trofim...@gmail.com> wrote:
> Do you see any problem with colums of this views?

Neither I or wizard:

<!--Errors Found During Generation:
      warning 6013: The table/view 'Firebird.Firebird.ChildrenView'
does not have a primary key defined and no valid primary key could be
inferred. This table/view has been excluded. To use the entity you
will need to review your schema, add the correct keys and uncomment
it.

      <EntityType Name="ChildrenView">
        <Property Name="Id" Type="int" />
        <Property Name="ParentId" Type="int" />
        <Property Name="Name" Type="varchar" MaxLength="100" />
      </EntityType>
      Errors Found During Generation:
      warning 6013: The table/view 'Firebird.Firebird.ParentsView'
does not have a primary key defined and no valid primary key could be
inferred. This table/view has been excluded. To use the entity you
will need to review your schema, add the correct keys and uncomment
it.

      <EntityType Name="ParentsView">
        <Property Name="Id" Type="int" />
        <Property Name="Name" Type="varchar" MaxLength="100" />
      </EntityType>-->

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to