Binary data Questions

1

CGIConvMode BINARY – Help, I cannot make it working.
In the CGI, I use iconv() to translate all input/output from ebcdic to utf-8 (ccsid 1208) and vice versa for the body. For the CGI output Header I don’t process any translation, add x’15 twice to make a blank line. (as the HTTP default should make the translation from 37 to 819 for the http [...]

Answer Question   |  March 31, 2012  11:21 AM
Binary data, CGI, IBM i
asked by:
20 pts.

Receiving a Binary file
I have a vendor who is placing a files on a FTP Server in Binary.  I need to retrieve those files and place them into an iSeries database file. Is there away to retrieve the file straight from the FTP Server into the database file using GET that will translate from binary to mixed text [...]

Answer Question   |  May 3, 2011  2:32 PM
Binary data, Database Files, FTP, iSeries, RPG IV
110 pts.

Generate binary dataset after weighing cases in SPSS
Hi, I have some variables that are of binary format (0,1) and of which I produce cross-tabs. In the case that there is a weighted variable, SPSS “imputes” some of the values “weighting” them either as (0) or (1). However, there is no way to know which values have been replaced (I cannot find any [...]

Answer Question   |  December 16, 2010  4:48 AM
Binary data, Partitioned Data Set, SPSS, SPSS Data Editor
asked by:
5 pts.

How to send a binary payload with request in JMeter?
Hi everyone, I’m new to Jmeter and couldn’t figure out yet how to send binary data to the server as the body of a POST request. Thanks in advance.

Answer Question   |  June 21, 2010  11:40 AM
Apache, Binary data, JMeter
asked by:
5 pts.

what is base 2 to base 10?
what is base 2 to base 10?

Answer Question   |  May 19, 2010  2:09 AM
Base 10, Base 2, Binary, Binary data, Hard drive space

Pictures in a DB
In my DB I have a picture in each record but it now says I have no more space available…How do I get round this?

Answer Question   |  June 29, 2009  3:26 AM
Binary data, Database administration, Image databases
asked by:
5 pts.

Loading signature into a PictureBox control
I’m trying to load a signature into a pictureBox but its giving the “Parameter not valid” error message when it tries to convert into bitmap from the MemoryStream store. Refer code below. code: public Bitmap getSignature() { MemoryStream ms1 = new MemoryStream(Signature); Bitmap signature = new Bitmap(ms1); return signature; } I used the same code [...]

Answer Question   |  December 15, 2008  2:35 AM
Binary data, Bitmap, MemoryStream class, PictureBox class, Software development
asked by:
165 pts.

Can’t manually enter data any more; get Error Message: String or binary data would be truncated.
Three databases that were forced restored now do nor allow manual entry, even one single character, although using an update statement works. This is not a matter of changing the length of the datatype, but something else. For the life of me, I can’t figure out why this mere attempt at manual data entry generates [...]

Answer Question   |  December 6, 2008  6:23 PM
Binary data, SQL Server 2005, SQL Server 2005 SP2, SQL Server errors
asked by:
5 pts.

Storing Binary Data
I’ve been in the process of reviewing the pros and cons of storing binary data (e.g. image files) either in blob fields in a database (presumably MySQL) vs. the filesystem of a server. I’m aware there are some concerns of security, but I’m mainly interested in performance at present. I could easily ask you a [...]

Answer Question   |  May 16, 2008  3:45 PM
Binary data, BLOB, Database, Database performance and tuning, MySQL
asked by:
110 pts.

1