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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

