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
The asp script doesn't support blobs as well. You can modify it with some asp.net knowledge. You will need to covert the blob to base64 string with StringUtils and then convert it back in the asp.net script.
RDC requires java. If you have SSH access then you will probably be able to run RDC on your server.