Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can the database hold binary data?

binary Data database hold
0
Posted

Can the database hold binary data?

0

Yes and no. The database should hold any binary data except the null character (0x00). If you use a scheme to guarantee no nulls appear (or are converted somehow), it should work. On the other hand, as someone who has seen the results of hacking a database to put binary data in (and who had the job of maintaining and repairing it), I recommend converting the data into ASCII codes, such as into hex digits.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123