TDate fieldtype with DOA

Hi,

I have a small question for DOA developers, about date field type.

I must to made my application to work with oracle and firebird same time, so if I use date as field type in oracle DOA returns TDateTime, if I use date in firebird UIB return TDate.

Is there any solution in DOA to return TDate field type?

Thanks in advance ...
 
How could DOA return a TDateField? Oracle DATE field has both date and time informations. Firebird using dialect 3 has not.

If you plan to make your application to work with different DBs you have to isolate your data access layer much more - the mappings between db types and TField types cannot be ensured to be the same at all.
 
Back
Top