hi can anyone please help me with this fetching from database of int values im having difficulty in fetching int values , it works for varchar but not int can someone help me ou
Use the GetInt method.
reader.GetInt32(3);