I'm using ASP.NET with a Microsoft Access 2003 database. In trying to pass values to a parameterized query, I get the following error:
System.Data.Oledb.OledbException: Parameter [@ParameterName1] has no default value.
The underlying query looks something like this:
UPDATE TableName
SET...
Please help!!
I'm working on a report that needs to have a header print on the top of every page. I tried the idea of labels on the page header, but can't find any way to populate them dynamically with recordset data. So, I moved to the idea of a group header. That works fine, unless my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.