|
|
Browse by Tags
All Tags » stored procedure
-
... 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 ...
-
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 ...
|
|
|