hi,

try this:
    Connection Con = new Connection();
    Statement Stmt = Con.createStatement();
    ResultSet R = Stmt.executeQuery('EXEC MyTable_Select_SP');
    While (R.next())
    {
      print R.getString(1);
    }
    pause;
   


--- In [EMAIL PROTECTED], "mchiat" <[EMAIL PROTECTED]>
wrote:
> Hi everyone,
>
> I'm a novice to Axapta programming.  Can anybody tell me can and
how
> Axapta execute SQL Stored Procedure?
>
> Thousand thanks in advance.
>
> Best Regards,
>
> Jack Koh



Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to