Re: [Axapta-Knowledge-Village] Re: Stored Procedure thru X++

2006-05-18 Thread Albert Akuamoah
try using      delete_from empltable where (conditions);      chuapatrickd <[EMAIL PROTECTED]> wrote:   --- In Axapta-Knowledge-Village@yahoogroups.com, "chuapatrickd" <[EMAIL PROTECTED]> wrote: > Hi sreenath Reddy, I've tried using this routine. It works if the stored procedure is a sele

RE: [Axapta-Knowledge-Village] Re: Stored Procedure thru X++

2006-05-10 Thread sreenath reddy
Hi here is the code to implement stored procedure thru x++      static void storedProcedure(Args _args) {    LogInProperty Lp = new LogInProperty();    OdbcConnection myConnection;    Statement myStatement;    ResultSet myResult;    ;     LP.setServer("2020");//Set ur server     LP.setDatabase

RE: [Axapta-Knowledge-Village] Re: Stored Procedure

2006-05-10 Thread Brandon George
All, Here is the blog entry for executing a Stored Procedure through X++: http://dynamics-ax.blogspot.com/2006/01/execute-dts-package-from-x.html thanks, Brandon -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chuapatrickd Sent