Hello, I have a stored procedure that I need to call from my program. The problem I have is that whenever I try to ExecProc, Open or set Active to True for a TStoredProc, I get a EDBEngineError 'Operation not applicable'.
There is no visible problems with the procedure and it works fine through SQL+. I'm also able to use TQuery, TTable, TDatabase and TDBGrid components from Delphi app just fine. The only problem I can see is that the list of parameters for the procedure does not get picked up automatically and I have to add them manually. I've tried recreating procedure, building dummy apps in D5 and D6 - no luck. I've also created a dummy procedure that is to take a couple of "in" booleans and one "out" boolean and tried using it. So far this is no go either and I'm getting the same error. I'd appreciate all suggestions on what I'm missing or how to fix it. Best regards, Sergei Stenkov --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/