Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why I prefer stored procs
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01232867
Message ID:
01233079
Views:
12
Well, I may be wrong, but one of the advantages of N-Tier development is that you can switch out the Data/Rules/Interface in a mix and match mode. My app can take advantage of several backends without alteration??



Bob

>>Hi Kevin
>>What if you want to switch the data to point to say Oracle or MySql?
>>
>>Bob
>>
>
>Stored Procedures take advantage of one of the fundamental advantages of a server-based database - data is processed on the server using the server's memory and only results sets are returned to the client saving network resources. This is a big deal on busy LANs, and a huge deal for web apps and web services.
>
>Plan appropriately first so you don't have to switch to completely different data providors. Oracle and Microsoft SQL servers scale from workstation to enterprise seamlessly so there's no real compelling reason to switch. If planning was bad initially or a company just wants to spend lots of extra money, then they can go ahead and switch.
'If the people lead, the leaders will follow'
'War does not determine who is RIGHT, just who is LEFT'
Previous
Reply
Map
View

Click here to load this message in the networking platform