3
Answers

using stored procedures with OleDB in C#

madinewala

madinewala

20y
4.1k
1
Hi there!! I'm facing problem using stored procs with OleDB. I have a small stored proc. that returns me the count or no. of rows as a return val. my query is "select count(*) from IrfanTab where irfan='good' This works fine with SQLClient in C#, but returns 0 when I change the DB provider to OLEDB. any solution?? THanks, irfan

Answers (3)