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
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
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
3 matches
Mail list logo