This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, With Oracle DB, VS2010, nightly build LightSpeedExpress-20100510, dragging and dropping a function or stored procedure onto the ismodel is not working. |
|
|
I've just given this a quick test with both the ODP plug-in and the built-in Microsoft one, and it's working for me. Could you elaborate on "not working" -- nothing happens, an exception gets reported in the Output window, the wrong thing comes up...? One possible issue is that LightSpeed has a convention for Oracle sprocs that they must return their results through an output parameter named "results" of type ref cursor. If your procedures don't have that parameter then that could be the issue. See Help Topics > LightSpeed > Stored Procedures for info. |
|