Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GPF on TableUpdate
Message
 
À
15/02/1999 17:07:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00187843
Message ID:
00187910
Vues:
25
>I'm trying to get past a GPF on a TABLEUPDATE command. I can reproduce this everytime. I've tried recompiling the form, rebuilding the index, rebooted...everything I can think of. Somehow, I think I'm missing something really basic. This is a VFP 5.0 application that I've inherited. Here's the code
>
>
>* Note that enroll is a table
>SET MULTILOCKS ON
>=CURSORSETPROP('Buffering',5,'enroll')
>
>* Do several INSERTS into Enroll
>
>=TABLEUPDATE(2, .T., 'enroll') && <=== GPF always occurs here
>

>
>Any suggestions of where I should be looking?

A wild, wild, wild shot here (Craig, you've "forgotten more about tables and buffers than I now know"): is it possible you're running out of disk space either in enroll's directory or (more likely I think) in the SORTFILES= or TMPFILES= directory? Maybe it's dying as it tries to update the CDX?

Cheers,
Rich.
Rich Addison, Micro Vane, Inc., Kalamazoo, MI
Relax, don't worry, have a homebrew.
- Charlie Papazian, The New Complete Joy of Home Brewing
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform