-1

I see this official page http://www.sparxsystems.com/uml_tool_guide/data_modeling/storedprocedureindividualclass.htm . I want to add stored procedure to my project, there is no database to select from , i just have this: enter image description here

This is the EA which I am using.

thanks in advance

enter image description here

FvD
  • 3,697
  • 1
  • 35
  • 53
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253

1 Answers1

1

The documentation you show does not refer to a database but to the DBMS that you are using. It is more than likely that this feature was introduced after version 7. You may want to download a new trial version of the current version (10) to see if this is the case.

For your design it may not matter too much, as long as you write your stored procedure in whatever target DBMS you are working on.

FvD
  • 3,697
  • 1
  • 35
  • 53