Hi there,

are there any future plans to support the GUID datatype within MS
DataProvider for Oracle? GUIDs could easily be mapped to a RAW(16)
coulnn. Right now I have to do on-the-fly conversion (GUID to
Bytearray), and still, OracleCommandBuilder does not seem to map
Bytearrays to RAW-columns either (optimistic locking syntax fails on
equals operator, as the Bytearray is expanded to lowercase symbols
(e.g. 'ff'), where Oracle expectes uppercase symbols).

Kind regards,
Arno Huetter