updateAction() missing when I create an SDO [message #225326] |
Thu, 02 August 2007 04:47  |
Eclipse User |
|
|
|
Originally posted by: lafual.hotmail.com
I am using Eclipse3, WAS6, Oracle10g and connecting to a database where my
account has insert, update, delete access on a table. However, when I
create an SDO / Relational Record List for this table, I only get an
fetchAction, no updateAction()! Does anyone know why? (maybe an incorrect
Oracle JDBC driver?)
|
|
|
Re: updateAction() missing when I create an SDO [message #225341 is a reply to message #225326] |
Thu, 02 August 2007 07:43   |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Anthony,
I suppose it's possible that someone might answer such a question here,
but it sounds like your asking about functionality that isn't provided
by any Eclipse project but rather by some product you've purchased, so
you'd likely be best to ask on that product's forum...
Anthony Leon wrote:
> I am using Eclipse3, WAS6, Oracle10g and connecting to a database
> where my account has insert, update, delete access on a table.
> However, when I create an SDO / Relational Record List for this table,
> I only get an fetchAction, no updateAction()! Does anyone know why?
> (maybe an incorrect Oracle JDBC driver?)
>
|
|
|
|
|
|
|
Re: updateAction() missing when I create an SDO [message #225932 is a reply to message #225424] |
Mon, 06 August 2007 09:51  |
Eclipse User |
|
|
|
Originally posted by: lafual.hotmail.com
I also noticed something else;
* If I choose Relational Record List, I only get doXXXFetchAction().
* If I choose Relational Record; I get the following options that are not
supplied with Relational Record List (not typed word-for-word);
- What action do you want to initialise the record?
x Fill with existing data ?
x Create an empty record ?
If I choose 'Create an empty record', I get doXXXFetchAction and
doXXXUpdateAction().
If I choose 'Fill with exiting data', I get doXXXFetchAction,
doXXXUpdateAction() AND doXXXDeleteAction() !
I really wanted Fetch, Update and Delete on the record list.
|
|
|
Powered by
FUDForum. Page generated in 0.08955 seconds