Connect to database server

G

Greg Collins

InfoPath cannot directly connect to Oracle. However, a Web Service can be
used in between to allow InfoPath to communicate with Oracle.
 
C

Clay Fox

Another option is to interface the data you need from Oracle to SQL and then
use web services to query from SQL.
 
B

Batman

Thanks for your recommended option. It would be almost the same idea as to
use export feature into excel format, and run SQLloader software to pass all
the data back to our Oracle database. Correct me if I'm wrong.
 
C

Clay Fox

You want to submit back to Oracle?

Then yes you would submit to SQL and then setup your interface and
transaction handling per your requirements.
 
Top