I wrote some procedures to 'download' and 'upload' files to a SQL server storing the data in an image datatype using streams and the Active X data objects.
I thought everything was working great but I have had an instance of file corruption. Specifically I had an Accde runtime file come out and retrieve 'null' text to an unbound form using DAO Recordsets from ODBC linked tables instead of null values (finite hours, mandatory migration to SQL). Unfortunately I did not realize soon enough to figure out whether the server side version of the file was bad or if it happened in the 'download'. This feels to me like a bit flag for the ODBC call in the compiled code got to flipped but ultimately I am filing it under some things are easier to fix than to explain.
I am hoping someone has enough experience to tell me if file corruption is likely or if I won the improbable bit flip lottery?
I thought everything was working great but I have had an instance of file corruption. Specifically I had an Accde runtime file come out and retrieve 'null' text to an unbound form using DAO Recordsets from ODBC linked tables instead of null values (finite hours, mandatory migration to SQL). Unfortunately I did not realize soon enough to figure out whether the server side version of the file was bad or if it happened in the 'download'. This feels to me like a bit flag for the ODBC call in the compiled code got to flipped but ultimately I am filing it under some things are easier to fix than to explain.
I am hoping someone has enough experience to tell me if file corruption is likely or if I won the improbable bit flip lottery?