Hey guys, I figured it out. Despite VWD's debugger pointing at the int32 field (which was stored in the db as an int), the problem was with my two float fields. Apparently, SQL Express saves floats as doubles. Changing the Get methods to the datatype those values were actually stored as removed the error.
Thanks for the replies, though. :-)
