hello friends, iam developing an application. i want to insert a picture from my front end . this picture has to be saved in the sql server database. how can i do it
hello friends, iam developing an application. i want to insert a picture from my front end . this picture has to be saved in the sql server database. how can i do it
vb6 and ADO or Vb.Net and ADO.NET ? if vb6: check the AppendChunk method of the field object :) you can load the picture in an array then add it to that field.