Hi Michael,

you could also try to set up an MNView in ArcSDE so you could use the Joiner
...

sdetable -o create_mv_view -T <view_name> -t <table_name>
       [-i <service>] [-s <server_name>] [-D <database>]
        -u <DB_User_name> [-p <DB_User_password>] [-N] [-q]

Greetings from Switzerland,
Jeff

On 2/4/07, mhabarta <[EMAIL PROTECTED]> wrote:

  Hallo FMEers

I am kind of lost after several hours of studying documentation and
some unsuccessful attempts in using ArcSDEQuerier.
My problem should be quite easy to solve, I hope ...

I want to read records from a non-spatial table STREET_INFO and use a
spatial table REF_POINTS to limit the number of features read from
STREET_INFO by specifying an Envelope rectangle.

The column "CODE" shall be used for joining.

I can't use the JOINER because I am working on versioned SDE tables.

Can somebody give a rough idea how to do this on workbench level ?
I found how to use the factory, but suppose the transformer should be
able to do this ?

Thanks
Michael

Reply via email to