Extract Floating Point numbers from SQL Server image field
Posted: Thu 09 Oct 2014 23:29
Greetings.
I have been given a database that has had floating point data added as an array of 500 float (standard 8 byte IEEE) values. It is a hex string 8000 characters long It can be interrogated using the Devart GetBlob function. I'm assuming its been encoded with the same product.
I need to extract this data and perform some statistical analysis upon it.
I have little experience with Delphi or the use of the Devart product and i'm trying not to have to learn a new language if I can help it.
Does anyone have any experience with SQL Server or Visual Basic that could point me in the direction to decode this data.
Here is a sample of the data and the value encoded.
0xED95FE9CEDF8903F - 0.0165745856353591
Thanks
I have been given a database that has had floating point data added as an array of 500 float (standard 8 byte IEEE) values. It is a hex string 8000 characters long It can be interrogated using the Devart GetBlob function. I'm assuming its been encoded with the same product.
I need to extract this data and perform some statistical analysis upon it.
I have little experience with Delphi or the use of the Devart product and i'm trying not to have to learn a new language if I can help it.
Does anyone have any experience with SQL Server or Visual Basic that could point me in the direction to decode this data.
Here is a sample of the data and the value encoded.
0xED95FE9CEDF8903F - 0.0165745856353591
Thanks