G
Guest
I am having trouble setting the update command of my oracle adapter to the name of an Oracle
stored procedure. My data adapter is a global variable that I use in multiple functions.
But the following line of code
g_Da.UpdateCommand.CommandType = CommandType.StoredProcedur
Generates this error
System.NullReferenceException: Object reference not set to an instance of an object
Does anyone know why? Can someone tell me how I can successful set the update command of my
data adapter to my stored procedure
Thanks for your help
Parveen
stored procedure. My data adapter is a global variable that I use in multiple functions.
But the following line of code
g_Da.UpdateCommand.CommandType = CommandType.StoredProcedur
Generates this error
System.NullReferenceException: Object reference not set to an instance of an object
Does anyone know why? Can someone tell me how I can successful set the update command of my
data adapter to my stored procedure
Thanks for your help
Parveen