NULL Date Fields in OleDb Calls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I'm using Command.Parameters.Add() to add parameters to a SQL query that
updates an Access table.

When I want to pass a NULL value parameter for a DATE column, I'm getting a
runtime error that says that there's no default value set for the parameter,
but I don't know what that means.

Alex
 

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

Back
Top