Hello Everyone
For a project from skool, I been in charge of development, and we already have the system, but they wanted to add images to the project, and since i been using the TableAdapter.Insert commando to add records to the database, I need to know how to send an Image with that command.
Here is my code
EmpTableAdapter.Insert(noemp.Text, nametb.Text, area.Text, DateTimePicker1.Text, "", "Active", "", HERE GOES THE IMAGE )
So the image goes in the last field, and when i created the form i took away the form controls that they appear when you add a datasource.
Thanks in Advance!
Regards