Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temporary tables in local hard disk
Message
De
22/10/2000 22:00:58
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00432564
Message ID:
00432700
Vues:
19
Alex,

I can't get past wondering why you're needing a table on the hard drive. There was one of these "template tables" in an application I inherited and the first thing I did was to put the template on the network and use AFIELDS() and CREATE CURSOR FROM ARRAY... to make a cursor from the table. The resulting cursor was writeable too!

What that doesn't allow for is a particular batch of data that persists from session to session. If you're using ODBC you could use an offline view.

But of course none of my curiousity helps you with your question! ;-)




>I need to create temporary tables.
>
>I think I was able to set up a business object that will bring up a cursor based on a free table that lives in the local hard disk.
>
>Now, the hard part is to decide where to put the code for actually CREATING a free table on the fly if it doesn't exist or actually zapping the table if it does exist.
>
>I'm considering the business object's init method but am not 100% sure about this.
>
>Ideas, as usual, are more than welcome!
>
>THanks!
>
>Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform