Linking an external database to wix

Hi,

I’m developing an application through vb6 and a ms server database. Both the application and the database are run in a private network. I have a need of displaying some of that information to the outside. As such, I was thinking of using wix to display that information. My problem is finding out either how can I populate the wix database by retrieving information from that ms server database or populate the wix database from the vb6 application.

Hi,

you can use wix functions as ETL to push data into wix code backend (and take care of the authentication on those requests)

Shlomi