Binary Data Questions and Answers

Recent IT Questions

1 - 4 of 4
<<PREVIOUS 1 NEXT>>

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?

View Answer   |  Jun 27 2009  3:26 AM GMT
Binary data, Image databases, Database administration
asked by Stevedsmnd

  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); ...

asked by Twlp123

  130 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...

View Answer   |  Dec 5 2008  6:23 PM GMT
SQL Server 2005, SQL Server errors, Binary data
asked by Jimruddy

  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...

View Answer   |  May 14 2008  3:45 PM GMT
Database, MySQL, Database performance and tuning
asked by Chunter

  110 pts.

1 - 4 of 4
<<PREVIOUS 1 NEXT>>