Database .db error value when insert to blob column

前端 未结 0 802
时光说笑
时光说笑 2020-12-08 17:46

I am adding value to table where 1 column is blob type. When I am adding for example:

byte[] data = new byte[2]{23,114};
byte[] data1 = new byte[4]{23,114,32,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题