473,320 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

"No value given for one or more required parameters. Microsoft JET Database Engine"

I've a problema when I try to Update then changed elements in my
database.
In myForm I've two combobox that works on arraylist and there are no
problems, I think.

public sub update
Dim DSModified As DataSet
DSModified = DSResults.GetChanges()
If Not DSModified Is Nothing Then
Try
DA.Update(DSModified, DSModified.Tables(0).TableName)
DSResults.AcceptChanges()
Catch e As Exception
MessageBox.Show(e.Message & " " & e.Source)
End Try
End If
end sub

The problem begin when the program arrive in DA.Update(Ds...)

Please, can you help me?
Nov 12 '05 #1
1 2664
This problem will have a better chance of a solution if you asked your
question in the VB.NET newsgroup. Try this newsgroup:

microsoft.public.dotnet.languages.vb

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
Yuna84 wrote:
I've a problema when I try to Update then changed elements in my
database.
In myForm I've two combobox that works on arraylist and there are no
problems, I think.

public sub update
Dim DSModified As DataSet
DSModified = DSResults.GetChanges()
If Not DSModified Is Nothing Then
Try
DA.Update(DSModified, DSModified.Tables(0).TableName)
DSResults.AcceptChanges()
Catch e As Exception
MessageBox.Show(e.Message & " " & e.Source)
End Try
End If
end sub

The problem begin when the program arrive in DA.Update(Ds...)


Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: kj | last post by:
This problem is driving me nuts. The code at the end of this post below works fine with IE, but fails with Mozilla. You can see it in action at http://tinyurl.com/2jvo3 With Mozilla 1.4 and...
134
by: James A. Donald | last post by:
I am contemplating getting into Python, which is used by engineers I admire - google and Bram Cohen, but was horrified to read "no variable or argument declarations are necessary." Surely that...
1
by: Yuna84 | last post by:
I've a problema when I try to Update then changed elements in my database. In myForm I've two combobox that works on arraylist and there are no problems, I think. public sub update Dim...
5
by: Brad | last post by:
All samples related to this see to come short of being 'truly' dynamic. For instance, after creating all the code to load/save a properties value, you turn around and save it to one you KNOW...
3
by: Brian Foree | last post by:
I am developing an ASP.NET application that uses Access 2000 as its backend, and have just started getting the following error on 2 ASP.NET pages that had been working until late last week (and I...
49
by: matty | last post by:
Hi, I recently got very confused (well that's my life) about the "undefined" value. I looked in the FAQ and didn't see anything about it. On...
3
by: Grayscale | last post by:
Hello, When I execute the code below, I get: "Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters." error message in the first line. Rs.Open...
10
by: mdh | last post by:
Quick question about pointers. Wrote this "trying to understand this better" code: int *ptr, x = 565; ptr= &x; printf("\n\n\nThe value of x is %d\n", x);
0
by: Gwen Crutcher | last post by:
I keep getting the error "No value given for one or more required parameters", but not sure why. Can anyone please look at my code snipet and see if you see any reason why I could be getting this...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.