Can fivewin application export data from Oracle Application ? That is very important to me . I do not know the the database file file for Oracle as .DBF in FW , but can I manage easily the transfer between FW application and Oracle Application ?
Can fivewin application export data from Oracle Application ? That is very important to me . I do not know the the database file file for Oracle as .DBF in FW , but can I manage easily the transfer between FW application and Oracle Application ?
Sure...!
If you exporta data to a text file (or flat file) you can import to your oracle database easily.
You can also use ADO to conect directly into the Oracle Databes and insert all the DBF data needed.
Ehab Samir Aziz wrote:Can fivewin application export data from Oracle Application ? That is very important to me . I do not know the the database file file for Oracle as .DBF in FW , but can I manage easily the transfer between FW application and Oracle Application ?