Jump to content

Recommended Posts

Posted

can't figure out what is wrong with this code. It is holding up the entire program. Any suggestions would be great. Thanks!

 

 

Steve

 

 

 

inventoryDeliveryDataTableAdapter.Connection.Open();

try

{

inventoryDeliveryDataTableAdapter.InsertWacoInventory(clientNum,

deliveryDataRef.ClientName, deliveryDataRef.VersionCode, deliveryDataRef.QuantityReceived,

deliveryDataRef.VerifiedQuantity, deliveryDataRef.BoxTotal, deliveryDataRef.NumberOfSkids,

deliveryDataRef.InHomeDate, deliveryDataRef.ReceivedDate);

inventoryDeliveryDataTableAdapter.Connection.Close();

*

//let the user know that the delivery has been inserted

MessageBox.Show("Current Delivery inserted to inventory", "Information",

MessageBoxButtons.OK, MessageBoxIcon.Information);

}

catch

{

MessageBox.Show("There was an error inserting to the database", "Error",

MessageBoxButtons.OK, MessageBoxIcon.Error);

inventoryDeliveryDataTableAdapter.Connection.Close();

return;

}//end of Database insert

 

More...

 

View All Our Microsft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...