Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor and NULL
Message
De
25/06/2004 15:49:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Cursor and NULL
Divers
Thread ID:
00917363
Message ID:
00917363
Vues:
36
Is there any way to make a column in a cursor NULLable? Let say I have this SELECT-SQL:
SELECT Field1, .F. AS Field2 FROM MyTable INTO CURSOR curOption READWRITE
I want to be able to assign NULL to the Field2 column. I've tried
ALTER TABLE curOption ALTER COLUMN Field2 NULL
but it give me an error.

Any ideas?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform