MadMaxx Posted October 14, 2004 Posted October 14, 2004 Hey All, I'm configuring a DataAdapter with the following sql statement. UPDATE KanBan SET InProgress = ?, Completed = ? WHERE KID IN (SELECT FIRST(KID) FROM Kanban WHERE ShipLocation = ? AND PID = ? AND Completed = false) When I finish the configuration it gives me an error stating that "Generated SELECT Statement" with an exclamation point beside it. This statement worked fine in VB6. Thanks to anyone who helps. Quote
Moderators Robby Posted October 14, 2004 Moderators Posted October 14, 2004 Are you adding this statement to the Update command of the the data adapter? Quote Visit...Bassic Software
MadMaxx Posted October 14, 2004 Author Posted October 14, 2004 No. I'm using this statement as the command for the DataAdapter. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.