Posts by Adriano • 3 points
3 posts
-
0
votes2
answers111
viewsA: Type convection error
using System; using System.Drawing; using System.Windows.Forms; using System.IO; using System.Drawing.Imaging; using System.Data.SqlClient; using System.Data; using System.Text.RegularExpressions;…
-
0
votes2
answers111
viewsQ: Type convection error
Trying to record in a sql table an image, its name and description and some foreign keys to allow me to search later. On execution I get error of string conversion for Int 32. But all fields in the…
-
0
votes1
answer24
viewsQ: Error writing in SQL table from Windowsform
I’m trying to write several fields in a table from a Windows Form App. Some of these fields are Foreign Keys from other tables. If the fields have values, the SQL statement is executed but if they…