executeCachedQuery() - when have you seen all matched rows? #4497
martinEchavez
started this conversation in
General
Replies: 1 comment
-
What exactly is the problem here? You don't show your code that retrieves the data. The stored procedure is returning a ResultSet with only one row when you expect to get more than one row? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
¿How to get all the rows from a table after executing a Stored Procedure?
var sqlQueryClienteServidor = "EXEC [dbo].[spDatosAtencion_ClienteServidor] @Op = 'S_DatosHistoriaAdmision', @Estudio = " + Estudio;
var ClienteServidorQueryResultList = dbConn.executeCachedQuery(sqlQueryClienteServidor);
Just get the values for the first row
Beta Was this translation helpful? Give feedback.
All reactions