Update database gives an error

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

Guest

Hi,

I am developing a web page with ASP.Net using C#.

When I want to update date base I receive a exception message as following:

ERROR:No value given for one or more required parameters.

I don't know what's the problem. because everything seems fine.
does anyone know what problem is.

Thank you,
Monica
 
Hi,

I am developing a web page with ASP.Net using C#.

When I want to update date base I receive a exception message as following:

ERROR:No value given for one or more required parameters.

I don't know what's the problem. because everything seems fine.
does anyone know what problem is.

Thank you,
Monica

Monica,

Can you post some of your code? Copy your any code dealing with
creating your connection, data source, and SQL statements (at least
your update command). Also make sure to add any code used to execute
the queries.
 
Hi,

I am developing a web page with ASP.Net using C#.

When I want to update date base I receive a exception message as following:

ERROR:No value given for one or more required parameters.

I don't know what's the problem. because everything seems fine.
does anyone know what problem is.

Thank you,
Monica

Sounds like you are specifying a different number of parameters to what the
stored procedure is expecting
 

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