solo tengo el problema aqui
Dim OpenFileDialog1 As New OpenFileDialog
Dim ColumnaIndex As Integer = "4"
Código
With OpenFileDialog1 .CheckFileExists = True .ShowReadOnly = False .Filter = "All Files|*.*|Bitmap Files (*)|*.bmp;*.gif;*.jpg" .FilterIndex = 2 If .ShowDialog = DialogResult.OK Then PictureBoxClientes.Image = Image.FromFile(.FileName) End If 'Almacenar("Insert into Clientes (Foto) values ('" no se que poner aqui "')")
no se en realidad que poner ? me ayudan porfavor