Opened 14 years ago

#3507 new enhancement

Add support for ArcSDE implicit rowid column (shape.fid)

Reported by: aalbarello Owned by: hobu
Priority: normal Milestone:
Component: Input - Native SDE Support Version: svn-trunk (development)
Severity: normal Keywords:
Cc:

Description

SDE layers can still have a valid rowid column (primary key) for use with the SE_stream_fetch_row function even when there is none registered for the table. It's a virtual field whose name can be obtained by calling the SE_layer_shape_attribute_name function with the SE_SHAPE_ATTRIBUTE_FID argument. The field can then be requested like any other column when retrieving records.

The supplied patch (against trunk r10438) adds this functionality to the SDE driver.

Attachments (1)

sde_shape_fid.diff (5.1 KB ) - added by aalbarello 14 years ago.

Download all attachments as: .zip

Change History (1)

by aalbarello, 14 years ago

Attachment: sde_shape_fid.diff added
Note: See TracTickets for help on using tickets.