Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.68K
1 Posted Topic
perfect. this is my code: Private Sub SaveImagen(ByVal FileName As String, ByVal NombreArticuloCB As String) Try 'abro la conexión Dim c As New System.Data.SqlClient.SqlConnection c.ConnectionString = TextBox1.Text c.Open() 'MsgBox("ok CONEXION jj") 'cargo la imagen en un array de bits Dim Fs As System.IO.FileStream = New System.IO.FileStream(FileName, System.IO.FileMode.Open) Dim imageAsBytes(Fs.Length) As …
The End.
Roberto_3