Hi guys i need some help i have one application in vb.net where i am transfering data from As400 to sql server .At the time of inserting data into sqlserver i want to catch any errors in the records and insert into ErrorLog table in the sqlserver. The problem i have is since try catch finally block in vb.net is structured and it will catch errors and stop .what i want is insteading on stoping i want to insert those wrong data records in ErrorLog tavble and continue with the next record without stopping. i tried many ways like unsturctured mechanism of ON Error Goto,ON Error Resume Next etc but not getting exaclty what i need. please help me guys if anyone has gone thru similar situation .
Thanks With Best Regards Mushtaq Ilyas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
