Can forms communicate to VFP (Visual Foxpro)
rkpMar 3 2010 — edited Mar 16 2010Hello All,
I am using forms 6i and dataabse 9i in windows 2003 server.
I have couple of application in forms and Visual Foxpro(VFP). The VFP program can commucate to the oracle database.
Here I am looking forms connect to VFP database (As per my knowledge it is not possible, if there is any way to connect) , or when I am inserting some data to the oracle database it should insert the record into VFP database.
For this I have created triggers in the oracle tables so that when DML oreration are happening in the database it can triggered and same time the VFP tables can be updated by the oracle triggers. But my problem is I am not able to connect to the VFP table from the Oracle.
Any body have any idea on it, Please suggest.
Thanks,
SUN