Posts
 
Reputation
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
~10.2K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for Ramy Mahrous

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 …

Member Avatar for Roberto_3
0
10K

The End.