2
Answers

Error while fetch data using data Reader

Photo of Bineesh  Viswanath

Bineesh Viswanath

10y
1.2k
1
Hi,
 
I getting a error while try to fetch  a  ID +1  number(int) into a textbox.
 
This is the sql server query: -
 
SELECT MAX(SlabID)+1 FROM INVSTSLAB
 
The error is below:-
 
 
 
 

Answers (2)