Using a Store Procdure returns a count of rows rather than dataset

Good morning Team,

I am using a stored procedure in MySQL to call a data set.

CALL CW_OEE_Ignition( :startDate ,  :endDate , :scanner)

When I enter data into the query I get the expected results.

When I use a binding it only returns the count of rows.

Can any help me out?

Thanks!

Can you show a picture of the OEE/SWOEEScans Named Query? The reason why is the query type may be set to Scalar instead of Select.

1 Like

That was it, thanks!!!

I was trying some differnt things yesterday and forgot to change it back.