Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temporary tables in local hard disk
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00432564
Message ID:
00433008
Vues:
27
Hey Jim!

I think I'm going to be doing the cool thing with the data environment rather than the bizobj. Specifically, I have managed to have the temp table created on the fly by putting the "create table..." in dataenvironment's.cursorObject's.initialize method.

I'm also going to follow your other piece of advice and start making more use of custom methods in my bizobjs.

THanks!

Alex


>Alex,
>
>If the data does not have to persist after the session, I have done some cool things with views bizobjs. I have create a template table and a view with "send updates" option unchecked. The bizobj knows how to deal with it, but the data isn't saved. I've also created cursors in code in the post init hook method. all this depends on whether you need to save this info later. I don't recommend temp tables on the hard drive--too much room for error.
Low-carb diet not working? Try the Low-food diet instead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform