Click to See Complete Forum and Search --> : Storing Binary Data


esierp
February 22nd, 2000, 05:38 PM
I have a double that I want to store in a database. The DB field type is OLE Object. I want to store the binary representation of the double. If I use the general Recordset.Fields("Field") = Double, the actual value is stored and not the binary. How can I pull the binary representations from data types, in this case a double. Also, how can I assign the binary representations back to the variable.

Thanks in advance.