Koen Piller
Programmer
Hi,
I am stumbling over a insert command with macrosubsitution:
will result in an error: command contains unrecognized phrase/keword
Where as
works fine.
What should I possibly correct to make this macrosubstitution work?
Thanks for replying,
Jockey2
I am stumbling over a insert command with macrosubsitution:
Code:
cInsert = [insert into myTable(field1,field2) values ("newval1","newval2")]
&cInsert
Where as
Code:
insert into myTable(field1,field2) values ("newval1","newval2")
What should I possibly correct to make this macrosubstitution work?
Thanks for replying,
Jockey2