Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoiding null field message
Message
De
04/03/2006 12:29:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Avoiding null field message
Divers
Thread ID:
01101500
Message ID:
01101500
Vues:
52
Giving the following:
loConnection=CREATEOBJECT('ADODB.Connection')
loConnection.Open("Provider=VFPOLEDB.1;Data Source=d:\;Mode=ReadWrite;Password='';Collating Sequence=MACHINE")

loRecordSet=CREATEOBJECT('ADODB.RecordSet')
loRecordSet.Open('INSERT INTO EVENT (Title) VALUES ("TEST")',loConnection,1)
How would someone avoid the message about a field which cannot be null?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform