Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Null value backward compatibility
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01187313
Message ID:
01187936
Vues:
32
>Like many things, support for nulls is a dangerous tool in careless hands.

Yes, and NULL is almost impossible to completely avoid.
Set Null Off   && <-- NULL is turned off!!
Set Multilocks On

Create Table Foo (test c(10) NOT NULL) && <-- Field does not accept NULL!!

CursorSetProp("Buffering",5)
Append Blank

? Oldval("foo.test")   && This still gives NULL!!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform