Hi
I want To save blob with query command but I write the query to save the blob the problem is shown
note: I use mssqlserver example with asp file
Public Sub UploadImage(data() As Byte,Mrid As Int)
Try
Dim query As String=$"AddReportImages[${Mrid}],[${data}],[img${Mrid}],[.jpg],[Null]"$
job.Initialize("UploadImage",Me)
job.PostString(ServerUrl,query)
DoEvents
Catch
Log(LastException)
End Try
End Sub
Can Anyone help me?
I want To save blob with query command but I write the query to save the blob the problem is shown
note: I use mssqlserver example with asp file
Public Sub UploadImage(data() As Byte,Mrid As Int)
Try
Dim query As String=$"AddReportImages[${Mrid}],[${data}],[img${Mrid}],[.jpg],[Null]"$
job.Initialize("UploadImage",Me)
job.PostString(ServerUrl,query)
DoEvents
Catch
Log(LastException)
End Try
End Sub
Can Anyone help me?