The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » FillDataTable
  • FillDataTable of an esUtility-Object always throws NullReferenceExceptions

    ... e.g. if the stored procedure (named in prcName) does'nt exist or if it throws any SqlException, the FillDataTable - method always gets an NullReferenceException . Is there a way to see the original error message? Code:1 2 3 public static DataTable ExecuteProcedure(string prcName, Hashtable prcParams) 4 { 5 ...
    Posted to General Area (Forum) by Joerg.Paessler on January 31, 2008
  • Nulll Reference Exception from FillDataTable

    Hello I have spent the best part of a day chopping and changing everything to be sure that this is a bug and not something stupid at my end. I can't get to the bottom of it so am pretty certain I have a bug, so let me explain the process: =========== Support Issue =========== I have a view vwInventory that I have generated a class for using ...
    Posted to General Area (Forum) by mmahoney on June 24, 2007