Hi all;
How can I construct a "select" using a variable?
I try to explain:
I want to do this:
srt CadAux;
str CadAux2;
str CadAux3;
;
CadAux="select InventSum where";
CadAux2=" inventSum.ItemId='xxxx'";
CadAux3=" && inventSum.RecId=xxxx";
Execute SQL; // CadAux+ CadAux2+CadAux3
Thanks
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.