Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...