Sean Ottey
December 14th, 1998, 11:15 AM
I've got a database I'm filling via an MSVC app and need to access the data via a VB application. The problem I'm running into is that my doubles are being read incorrectly in VB. It looks like the double is being inserted as 32 bits but VB is using 64. (i.e. 21.99 in the database shows up in VB as 152436747435.454532265734E13) I've looked at the Single data type, but this results in a GPF due to, I'm assuming, stepping on the surrounding memory.
Any ideas? Please help!
Sean
Any ideas? Please help!
Sean