cancel
Showing results for 
Search instead for 
Did you mean: 

Need to integrate the foxpro

Former Member
0 Kudos

hi experts,

i need to integrate the foxpro system.

please tell me the ways to integrate the system.

thanks&regards,

srinivas.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183906
Active Contributor
0 Kudos

U have SAP at one end - so there u have options of usign Idoc/ RFC/ ABAP Proxy. This choice should be based on ur requirement. Like

1. The mode of communication (sync, async)

2. Type of message (Idoc available or not)

At the other end, u have non SAP system - FOXPRO DB which is usually connected using JDBC/ SOAP adapter.

For Foxpro u need to install driver. Further u can use JDBC adapter for SAP XI to Foxpro DB.

1. Find Microsoft FoxPro VFP Driver for DBF. Install it

2. It is impossible to configure this driver through ODBC config but it can be done by ..

3. Create OLEDB UDS. Make the connecting string "DRIVER=Microsoft FoxPro VFP Driver (*.dbf); Exclusive=No;SourceType=DBF;SourceDB="+ Path to the directory of file"

4. After it put any configuration data you would like, remember after pressing the button “Finish” you can not change at all anything because of error.

Regards