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
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to