D
Dave Thomas
I am using SQL CE where I have a GUID type field in one table. I am
generating new records on the Pocket PC and trying to update the server with
the GUID field. Where it really gets fuzzy is when I have an array element
( typed as System.Guid ) with valid data. The problem is that I get an
'InvalidCastException' when using the following syntax:
mystr = aUploadArray(iCheckArray).tUID.ToString("D") .
Now if I debug the session and do a quick watch on
aUploadArray(iCheckArray).tUID.ToString("D") it returns the valid guid with
type string . It's probably just a CFquirk, but has anyone seen this before?
TIA,
Dave
PS What if the Hokey Pokey IS what it's all about?
generating new records on the Pocket PC and trying to update the server with
the GUID field. Where it really gets fuzzy is when I have an array element
( typed as System.Guid ) with valid data. The problem is that I get an
'InvalidCastException' when using the following syntax:
mystr = aUploadArray(iCheckArray).tUID.ToString("D") .
Now if I debug the session and do a quick watch on
aUploadArray(iCheckArray).tUID.ToString("D") it returns the valid guid with
type string . It's probably just a CFquirk, but has anyone seen this before?
TIA,
Dave
PS What if the Hokey Pokey IS what it's all about?