I am using Mysql database.
I am trying to insert an image location in to my database but its not saving properly.if i choose an image "E:\Production\ Images\image001 .jpg"
its saving like this "E:ProductionIm agesimage001.jp g"
//this is my code
Code:
private void button2_Click(object sender, EventArgs e)
{
OpenFileDialog open = new OpenFileDialog();
Leave a comment: