Oracle Spatial

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
uffe
Posts: 2
Joined: Wed 22 Dec 2004 17:05
Location: Denmark

Oracle Spatial

Post by uffe » Wed 22 Dec 2004 17:08

Is Oracle Spatial supported? Any sample code?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Oracle Spatial

Post by Alex » Thu 23 Dec 2004 10:45

ODAC hasn't special features for Oracle Spatial, but as Oracle Spatial use native Oracle types, including object types (object-relational model for representing geometries) you can use ODAC to provide access to Oracle Spatial.
For example see Objects demo project.

uffe
Posts: 2
Joined: Wed 22 Dec 2004 17:05
Location: Denmark

Post by uffe » Thu 23 Dec 2004 12:26

Would it be OK to include ODAC in components, where read-only access to Oracle Spatial layers is all the functionality that I need?

I read the license terms during install, but can't find them now - they are not part of the help file?

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Post by Devart » Thu 23 Dec 2004 16:11

By license agreement you may not build any other components through inheritance and use any part of the source code of the components to build any other components for public distribution or commercial sale.
You can find EULA in ODAC installation folder, by default %DelphiDir%\Odac.

Post Reply