Posts by user11844 • 43 points
3 posts
-
1
votes2
answers1041
viewsA: Failed to convert nvarchar'VINET' value to int data type
It was solved as follows. I put a Executereader and then resoloveu. Another thing, the comic book column was wrong, it was nchar and so it was giving the error of VINET. I was wrong for lack of…
-
0
votes2
answers1041
viewsQ: Failed to convert nvarchar'VINET' value to int data type
I have that mistake: Falha ao converter o nvarchar valor 'VINET' para o tipo de dados int. Down with my code: private void button1_Click(object sender, EventArgs e) { try { SqlConnection…
-
3
votes1
answer2694
viewsQ: Connection to the database with App.config
How to establish a connection to the Northwind database using App.config and ADO.NET?