Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Corrupt table?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00614462
Message ID:
00614724
Vues:
19
You shou prefix all your memory variables with 'm.'. It will prevent problem like that in the future.

>Found the problem. It was not a corrupt table. In all of my sql statements that select by a date range I use variables of startdate and enddate. I recently added a new field to the table (you guessed it) startdate. My sql statements were looking at the table startdate instead of the variable.
>
>Example
>
>select startdate;
>from calls;
>where calls.startdate >= startdate;
>into cursor c1
>
>I was under the assumption that if no table was given then the system looked vor a variable. OOPS.
>
>Thanks for you advise.
>
>Dennis
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform