Connect to MS SQL Server

Hi,

is it possible to connnect and communincate with a local MS SQL - Server over WLAN?

regards,
pepe

Not directly - it would be very scary if web pages could talk directly to your MS SQL database. Think what could go wrong from a security viewpoint!

You’ll need to have a server in the middle. It will use AJAX to talk to your AppStudio app. On the server, you could use PHP or ASP or ??? to talk to both Ajax and MS SQL.