DARTHTAMPON
04-20-2006, 12:52 PM
these are the lines I am using to acces my stored procedure.
mdfData.declareSqlCommand("myStoredProcedure");
mdfData.addParam("thisor", thisor);
mdfData.addParam("orthat", orthat);
mdfData.ExecuteSQL();
It should return a list of records that contain recordId and a different count.
mdfData.ExecuteSQL(); returns the relevent information but how do I get it from there into a dataset.
mdfData.declareSqlCommand("myStoredProcedure");
mdfData.addParam("thisor", thisor);
mdfData.addParam("orthat", orthat);
mdfData.ExecuteSQL();
It should return a list of records that contain recordId and a different count.
mdfData.ExecuteSQL(); returns the relevent information but how do I get it from there into a dataset.