Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where should all my procedure be in?
Message
 
 
To
04/06/1998 09:08:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00101486
Message ID:
00105019
Views:
63
>Jess,
>
>Sorry to interrupt the thread, but what is the difference between placing
>procedures in Data/Databases/Stored Procedures and Code/Programs?

That depends on the situation. Stored Procedures is advisable if it is specific in manipulating, but there are situations wherein no need to do that, instead put it in a custom method of the form.

>
>
>
>>
>>>Wouldn't it be very messy if I got dozens of procedures? Then I would I
>lots of files inside the project manager.
>>>
>>>Can we put it all inside a lib of something like the Pascal or C langage
>do?
>>
>>To maximize VFPs Rushmore Technology, developers should follow the
>requirements to achieve the desired speed. It has substantially documented
>that functions should be individually save to a file to eliminate putting
>the PROCEDURE line of code. I mean:
>>
>>If I have a function CALC_PROC.PRG;
>>The program should not have PROCEDURE CALC_PROC line in the actual code,
>but rather go directly with the routine.
>>
>>* CALC_PROC.PRG
>>
>>PARAMETERS blah..
>>
>>DO coding directly
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform