"Objects" demo fails

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene

"Objects" demo fails

Post by upscene » Mon 30 May 2005 15:30

Hi,

When running the Objects demo, I get this error when clicking the "Open" button:

---------------------------
Data type is not supported.
---------------------------

I used the "Create" button and it created everything, but this doesn't work...

I'm trying to use objects etc within the DBMS_DEBUG package and I figured I'd try the ODAC demos first...

--
Martijn Tonies
Upscene Productions

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

Post by Alex » Tue 31 May 2005 07:35

Are you using Net option - object data types are not supported with Net option, if not then pls. specify your ODAC version, Oracle Client/Server versions and IDE version.

Guest

Post by Guest » Tue 31 May 2005 12:54

Hello Alex,

Yes - I was using the "net" option.

Why isn't this supported? I seem to be running into that more often than not...

Could you upgrade the NET option to support everything the OCI connectivity layer does? Of what use is the NET option if it doesn't properly?

--
Martijn Tonies
Upscene Productions

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

Post by Alex » Thu 02 Jun 2005 07:50

Not all Oracle features could be implemented in "Net" mode, for more information about Net option restrictions see "Working with ODAC Net" topic in ODAC help.

upscene

Post by upscene » Thu 02 Jun 2005 10:35

Right, reading through the limitations...

Are there plans to support the currently unsupported stuff?

For example, this: BreakExec procedure does not work - has been fixed in a recent update.

--
Martijn Tonies
Upscene Productions

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

Post by Alex » Mon 06 Jun 2005 13:17

We are going to support whole OCI functionality with Net option but not in the nearest time.

Post Reply