> Hi,
>
> It is possible to do thinks in c# like composing a complex command and then executing it with & (using a runtime compiler component) like in vfp ? I'm just courious.
>
> aa="select all ..."+cWherecondition+.....
> &aa
>
>
> Camil Ghircoias
> Vfp likes me.
C# doesn't have built-in database. You cannot invoke SQL Commands , unless, otherwise, you used connection strings to pass those string commands to database.
Macro Substitution (&) is the advantage of VFP from other language but I tell you, programming doesn't end in just a single macro. If you want challenge, and adventure to new language, you must explore it's features.
Before, I tried to find macro in C# but then i was disappointed. :-)
Best Regards,
CriZ (,")
"Happiness is real when shared."