Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parametrized update command
Message
 
 
To
02/04/2019 16:21:52
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01667828
Message ID:
01667854
Views:
39
>>>>>>Do the variables cNewFld1Val and cNewFld2Val have to be Private? I have them Local and they are in scope with the above command. But I am not getting results I expect. So, I thought maybe this is the problem.
>>>>>>Please let me know. Thanks.
>>>>>
>>>>>Yes, they need to be private.
>>>>
>>>>Even though the variable are declared and assigned right before the string cSqlUpdate is created?
>>>>How come I don't get an error?
>>>
>>>Undeclared variables are private by default.
>>
>>But I do have them declared as LOCAL
>
>Then you're doing sqlexec() in the same method/proc/function. Most folks delegate it to some other place, where they have centralized the call, error handling, logging etc. For those cases they have to be private so they are visible in the called code.

Yes, this is exactly the case. I think in the initial message to this thread I showed my code. My sqlexec() is in the same procedure where the variables are declared. So, do I understand it, that in this case, LOCAL variables are ok?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform