Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How could you explicitly call stored proc
Message
From
06/06/2002 12:49:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00665497
Message ID:
00665561
Views:
21
>
>The question is, what takes precedance, if you have x function in Procedure file, in fll (dll) or as a stored procedure and how you can explicitly invoke the needed one.
>
>I believe, this is a case, which doesn't have a solution except for renaming...

Thanks for description Nadya :)
My current solution is like this (renaming is far more harder on live data around the world, and no existing field could set as default) :
*DBC is currently open and selected one
lcDummy = sys(2015)
create table (lcDummy) (dummy l,mySPCaller i default x())
*A loop
insert into (lcDummy) values (.f.)
RetVal = eval(lcDummy+'.mySPCaller')
*end loop
use in (lcDummy)
drop table (lcDummy)
erase (lcDummy+'.*')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform