Dear all,<br>I use winpcap to captured a packet was responsed from SQLServer,<br>I want to read the data of the packet,<br>I have some problems during convert it from bytes.<br><br>ex:<br>I use : Select ColumnA from TableA<br>
Column ColumnA have DataType is float<br>The values in DataBase is<br>1<br>2<br>3<br>4<br>5<br>6<br>But the bytes I captured is (All bytes is decimal type not Hex)<br>0 0 0 0 0 0 240 63 <br>0 0 0 0 0 0 0 64 <br>0 0 0 0 0 0 8 64 <br>
0 0 0 0 0 0 16 64 <br>0 0 0 0 0 0 20 64 <br>0 0 0 0 0 0 24 64 <br>0 0 0 0 0 0 28 64 <br><br>It is the same to these DataType is number like money, real, ...<br>Plz help me how to convert these!<br><br>Regard, <br>Tran Bach Thanh!<br>
<br><br><br>