Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Insert
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01568824
Message ID:
01568826
Views:
61
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform