Does TOraProvider support timestamp datatype?
Does TOraProvider support timestamp datatype?
I used a ClientDataset and set the DatasetProvider to a TOraProvider, which already connected to a TOraQuery, I checked the data between TOraProvider and ClientDataset, TOraProvider can represent the TimeStamp Field by used "Fields[0].AsString; but ClientDataset can't , it just showed "Invalid argument to date encode." when we tried to get its data. Could someone tell me what's wrong?