ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,598 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
dbs.Close
Try adding COALESCE to your SQL commands, for example: select COALESCE(Sum(amount_Gift), 0) from Oper...
.