The complete DDS: Dataset { Int32 i[20][10]; String s; } test1; The data: Int32 i[2][3] = {{123456789, 123456789, 123456789},{123456789, 123456789, 123456789}};