Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP to SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00993747
Message ID:
00993780
Vues:
14
The select statement is very long so I'll give it to you in a shorter version:
Select FileNo, Description from Tbl into cursor TempTbl

It only works when I do the following but it results in lost data:
Select FileNo, padr(alltrim(Description),254) as desc from Tbl into cursor TempTbl

However, I noticed that if I CREATE TABLE prior to the SELECT and do an INSERT, the problem disappears. It's just a very tedious and long recode project.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform