Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting free tables to DBC
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01000246
Message ID:
01000265
Vues:
21
Bob

I'm not aware of any extra special considerations you need in accessing a database table other than a free table. All FP commands etc. work just the same on them. Maybe in an SQL statement you may have to put, like:

Select * from myDatabase!Mytable ...

as opposed to:

Select * from Mytable ...

if you're selecting data from a table not in the current database (i.e. not in the database featured in the command:

Set Database to MyCurrentdbc ).

Note that if you use long field names in a database table, and SQL select from that table, into free table or cursor,m then the long field names woill be truncated to 10 chars in the result.

Good luck

Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform