Unable to get record Id for Insert command using ADO.NET in .NET 4.0
I am working on ADO.NET with NET Framework 4.0 Insert Command. I need to return the primary of created record. I have implemented following code but getting empty value. I want to ensure I get correct Id and not just most recently created as it may be scenario where multiple user trying to add record… Read More Unable to get record Id for Insert command using ADO.NET in .NET 4.0