How to - change a data source ???

L

Laurence

Hi, please can someone give me a sense check.

If you have an info path form talking to a simple database on a server,
using say a DSN.
And say you want to distribute this to multiple sites that have their own
database, so the server name \ location will change.

How do you change, the connection (server name) without having to edit the
xsf and rebuild the install per site?

or

Can you change it on the fly in say the OnLoad event?

Seems so simple!!!
 
F

Franck Dauché

Hi Laurence,

If database location from site to site is a big issue for you, you may want
to look into using Web Services instead of direct DB connection.

Regards,

Franck Dauché
 
Top