aggeliki23
Programmer
i'm gonna use an sql variable which type is string to determine in my code my sql query. i' m trying to declare it static in general declaration:
static sql as string
but when i push the start button to run it causes me a compile error invalid outside procedure. How can i declare it? I want it to be static not loose its value.
Thank you
very much
static sql as string
but when i push the start button to run it causes me a compile error invalid outside procedure. How can i declare it? I want it to be static not loose its value.
Thank you
very much