SQL - Server crash calling CtreeSqlDataReader.GetBytes()
The server was crashing when executing CtreeSqlDataReader.GetBytes() to retrieve an LVB containing 50,000 bytes. The data_to_binary prototype has been changed to avoid the overflow that cause this problem.