Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error -1073741819 executing COPY TO
Message
 
À
25/11/2002 17:06:50
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00726198
Message ID:
00728782
Vues:
18
A dupecount query:
select <fldname> as <fldname>, count(<fldname>);
  from <fromtable>;
  group by <fldname>;
  having count(<fldname>)>1;
  into cursor CurDupeCounts
>I get the same error from VFP. By the way I have version 7. How do I know if I have data corruption? I have aover 5 million records. How do you remove duplicates or create a unique query with sql select?
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform