miromr
2008-04-08 14:15:27 UTC
If we want to speak about Delphi aplications as database independent and
transferable from one database system to another, there must be an easy way
of remaping field from one type to another, e.g.
TDateTime to TSqlTimeStamp
TFMTBCD to Integer
etc.
Unfortunately, in the course of our work, we encountered the problem, that
our application, that Works without problems on Interbase, Firebird, MS SQL
and Sybase databases, does not work on Oracle database. The problem is as
follows:
I am not familiar with any easy way how to reach field remaping without
significant changes in source code.
Can you advise us some easy way of remaping, or/and send us a part of a
sample code?
Thank you
Miro
transferable from one database system to another, there must be an easy way
of remaping field from one type to another, e.g.
TDateTime to TSqlTimeStamp
TFMTBCD to Integer
etc.
Unfortunately, in the course of our work, we encountered the problem, that
our application, that Works without problems on Interbase, Firebird, MS SQL
and Sybase databases, does not work on Oracle database. The problem is as
follows:
I am not familiar with any easy way how to reach field remaping without
significant changes in source code.
Can you advise us some easy way of remaping, or/and send us a part of a
sample code?
Thank you
Miro