Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection is busy
Message
De
13/11/2002 11:12:08
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
 
 
À
13/11/2002 10:53:11
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00722128
Message ID:
00722167
Vues:
14
Woohoo! Found the link... chalk one up for consistent thinking/searching patterns!!

http://spacefold.com/colin/articles/sql_backend/backend.htm

I found all of it helpful, but the section you're looking for is titled, "Handling Busy Connections"

It's a few years old, but it's still relevant and there's always something to be said for concise, straight-forward plain english.

Thankfully I found this, or it would have bugged me all day. Now I can get (back) to work!
---J

>In addition to Yuri's suggestion, you can also try these settings on your views:
>
>FetchAsNeeded = .F.
>FetchSize = -1
>MaxRecords = -1
>
>These will force the view to retrieve all records before moving on to the next statement in your code. You could do the same by issuing a RECCOUNT()/GO BOTTOM or anything that forces the record pointer to traverse the record set completely, but IMO these settings do the job in a cleaner manner.
>
>When we were struggling with these issues earlier this year, I stumbled upon a fantastic white paper-esque website with exhaustive research (including time trials) on these properties and how they interact. Unfortunately, I didn't bookmark it. >:( If I find it again, I'll send it to you.
>
>Hope that helps,
>---J
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform