News

For our array access type this is fairly easy, as demonstrated when e.g. creating an array slice to write data into the buffer: buffer.all(data_back .. writeback) := data; ...
Here's my problem: I need to scan through the byte array returned by decrypting a .pdf and replace some hard-coded values in the file before sending it along to a servlet response.<BR><BR>In Perl ...
Can't you get the data out of ADO.NET as a byte array without this conversion business?<BR><BR>EDIT: The .NET data type representation of the SqlDbType.VarBinary is an array of type Byte ...