BytesToBLOB
Previous Top Next

Converts an array of bytes to BLOB type before saving it in a database.
Syntax: BytesToBLOB (Data As Byte() ) As String

Example:
cmd.CommandText = "INSERT INTO data VALUES(" & cmd.BytesToBLOB (data()) & ")"