Hi all,
This SQL staement is used and it runs perfectly for all Business units but except for 1 Business unit, if i run this from SQL Server for the same business unit, it runs perfectly well. not from .net application, what could be the reason? Thanks for any
support or help
for (int i = 0; i <= 5; i++)
{
supyeardec = 1;
for (int j = 0; j <= 1; j++)
{
strSQLSupplierYear = "SELECT SupplierId,Supplier,"
&n ...
Go to the complete details ...