Cant Update Boolean and Dates To NULL with ADO

E

ExcelMan

I'm using ADO to run a SQL Update on an Excel table. I want to set all the
values in a set of records to NULL.

This seems to work fine on text and numeric fields, but Boolean and Date
fields fail to take the Set FieldName = NULL command.

Anybody know why and if there is a workaround or maybe some parameters for
me to set?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top