Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBF() not found
Message
De
25/05/1999 16:33:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00220314
Message ID:
00222661
Vues:
22
I think the reason this happens is because dbf() returns the path and file i.e.
d:\temp\987654321.tmp. This is going to where your temp files are, which is probably different than where Fox is looking for tables, so you get the error. If you Select into cursor c:\datapath\cursorname where datapath is where your path or default is, then I think this will work.

>Hi Cetin,
>
>>>weirdness number 2: A Select out of DBF('curTest1') triggers a file blablabla.tmp not found error while an Append from DBF('curTest1') works fine?
>>
>
>>In second "weirdness" you would directly select from curTest1 not dbf("curtest1").
>
>I still don't know why the select * from DBF('curTest1') triggers a "blablabla.tmp not found" while the Append from DBF('CurTest1') works fine. I know I can do a select * from curTest1 but why does the DBF() function trigger the error here?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform