• Jeff Moden (12/14/2013)


    yuvipoy (12/14/2013)


    as i said i need to split byte-array based on the size.

    say there are 3 columns in a table.

    i am having the information in the byte array format

    i need to extract those format and insert in to the table.

    for first column 4 bytes second column 2 bytes third 8 bytes.

    What is the ultimate datatype of those 3 columns?

    So what ever it may be it may be Int , float, Bigint

    or even varchar

    String data conversion to a varchar data type in DB

    the bytearray will be having float,smallint,bigint

    or

    the bytearray will be having float,smallint,String with 8 bytes

    is there option to split based on the size...?