views:

160

answers:

1

I'm currently exploring the possibility of integrating MYOB Exo Business (Exonet) to a shopping cart developed using ASP.NET 3.5. I understand that there is an MYOB ODBC driver to use as a connector. Is this the only way to do it?

+1  A: 

You are in luck with MYOB Exo Business, as it runs on a SQL Server backend. You can connect directly to the database using all the normal tools.

csjohnst
Thanks, I guess directly connecting to the database is the only way to do it now.
Tenacious T