Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Same SQL file multiple procedures
Message
From
16/03/2004 14:09:48
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00886412
Message ID:
00886814
Views:
15
Sorry, the procedures that Im talking about are in my program. These procedures are called from a timer(s) on a form. Each timer calls a specific procedure like the one below. In this case, the procedure then calls a function based on which route information is passed. So, procedure l_Pgetrout3 could run a the same time as 2.


PROCEDURE l_Pgetrout2
PARAMETERS pc_cmdrout2,pc_rout2, pc_cartid2
GC_GETROUT = 'g_getrout'+pc_cmdrout2+pc_rout2+[(pc_cmdrout2,pc_rout2,pc_cartid2)]
=&gC_GETrout
return ll_goodrout2

ENDPROC

This seems to work well for one route, but if I have several routes, that maybe running at that same time and accessing same file but different records/rows, will there be issues here? Also, it is highly unlikely that they will access the same row or record.

Other then getting the record pointer, will there be some sort of issues in accessing my remote view SQL tables at the same time and updating them?

Thanks David for responding.
Craig
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform