Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating addition memo column
Message
De
21/03/2003 17:36:45
 
 
À
21/03/2003 17:16:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00768811
Message ID:
00768821
Vues:
21
>Hi Again,
>
>I started with the following statement...
>
>SELECT A.*, SPACE(254) as Junk FROM Parts A INTO CURSOR Temp READWRITE
>
>Then I came across that 254 characters is not long enough and I am thinking of creating 'Junk' as Memo datatype. Is this possible? TIA

To further what Michel started:
CREATE CURSOR dummymemo (test M)
SELECT 0
USE othertable
SELECT othertable.*,dummymemo.test from othertable INTO CURSOR test READWRITE
This should yield you a cursor with what you're looking for.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform