F
Fernanda
Good afternoon,
I have a function in a remote server which receives a dataset and makes (or
at least should do) necessary updates. However, Im receiving this error
message in my client browser interface:
"Object Reference not defined for an instance of an object.
Details of execution: System.NullReferenceException: Object Reference not
defined for an instance of an object."
My function is only this:
public bool UpdateDataSet (DataSet DS)
{
OracleDataAdapter adapter;
adapter.Update(DS);
return true;
}
So, any good soul could help me to update a data base using a daaset with
functions update from OracleDataAdapter ? I aprecciate very much your
atention.
Fernanda Menks
I have a function in a remote server which receives a dataset and makes (or
at least should do) necessary updates. However, Im receiving this error
message in my client browser interface:
"Object Reference not defined for an instance of an object.
Details of execution: System.NullReferenceException: Object Reference not
defined for an instance of an object."
My function is only this:
public bool UpdateDataSet (DataSet DS)
{
OracleDataAdapter adapter;
adapter.Update(DS);
return true;
}
So, any good soul could help me to update a data base using a daaset with
functions update from OracleDataAdapter ? I aprecciate very much your
atention.
Fernanda Menks