Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql Insert
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01568824
Message ID:
01568826
Vues:
60
>I have a VFP table with say 100 fields
>None of the fields have the Null box ticked
>if I say in VFP
>Insert into MyTable (MyField) Values ("abc")
> ... works fine and adds in blanks for char fields and zeros for numerics
>
>If in C# Using VFPOLEDB driver) I say:
>Insert into MyTable (MyField) Values ("abc")
>It gives me an eror message saying null fields not allowed
>
>Any way around this or am I missing something
>Dont want to have to change Database Structure (as other apps use it) or insert 100 fields in the XQL statement
>
>Tia
>Gerard

I think it may depend on SET NULL setting in the database. It is different for VFPOleDB and your VFP environment. If you change that setting in VFP, you'll get the same error as in C#
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform