G
Guest
Hi..
My trouble is the follow
I have a connection with System.Data.Odbc to DB Db2 v6.1
I called a storedp rocedure, this retrun 2 resultset, i fill a dataSet with a OdbcDataAdapter created with a OdbcCommand and the name storedprocedure and builded sentences with OdbcCommand Bulider.
When i execute the DataAdapter.Fill(dataSet) i got the dataset with a table but this raise a error that is:
System.Object
"{"Referencia a objeto no establecida como instancia de un objeto." }"
Thx by your help.
My trouble is the follow
I have a connection with System.Data.Odbc to DB Db2 v6.1
I called a storedp rocedure, this retrun 2 resultset, i fill a dataSet with a OdbcDataAdapter created with a OdbcCommand and the name storedprocedure and builded sentences with OdbcCommand Bulider.
When i execute the DataAdapter.Fill(dataSet) i got the dataset with a table but this raise a error that is:
System.Object
"{"Referencia a objeto no establecida como instancia de un objeto." }"
Thx by your help.