Computing.Net > Forums > Programming > Insert NULL into Pocket Access

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Insert NULL into Pocket Access

Reply to Message Icon

Name: Sarah
Date: October 31, 2002 at 16:00:55 Pacific
OS: Windows CE 3.0
CPU/Ram: Pocket PC 2000
Comment:

I am baffled that I cannot insert a null into any type of column in my Pocket Access table on my iPAQ. Any time my insert statement contains the word null I get the error "The command contained one or more errors." Even when I just put '' into the field, it puts in the value of the column immediately to the left of it. The columns do not require values and have no defaults set. Is that happening to anyone else? I absolutely cannot get a null to be inserted.



Sponsored Link
Ads by Google

Response Number 1
Name: mo
Date: November 6, 2002 at 04:11:46 Pacific
Reply:


have you the allow NULL set to true,

you don't have to insert NULL, just name fields to insert

ie

insert tblExample (colunm_1,Column_3)
VALUES('One','Three')

--(this should put NULL into coulumn_2)


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Insert NULL into Pocket Access

importing object into Access www.computing.net/answers/programming/importing-object-into-access/4409.html

ASP code not INSERT to ACCESS DB www.computing.net/answers/programming/asp-code-not-insert-to-access-db/8109.html

Inserting commas into numbers www.computing.net/answers/programming/inserting-commas-into-numbers/7269.html