Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure Mobile Services

Azure Mobile Services: Basic Read Function In Javascript

I'm learning javascript and windowsazure mobile services. As a learning lesson I created a … Read more Azure Mobile Services: Basic Read Function In Javascript

Using Like Clause In Azure Mobile Services Javascript Client

I am writing a JavaScript client for an Azure Mobile Service. I am trying to use the LIKE clause (o… Read more Using Like Clause In Azure Mobile Services Javascript Client

How To Get System Properties __createdat, __version In Javascript Backend Of Azure Mobile Services?

I am trying to explicitly get the system properties from my table but it is not working. I can see … Read more How To Get System Properties __createdat, __version In Javascript Backend Of Azure Mobile Services?

Why The Mssql Object Can Not Be Identified?

I am getting below error when using mssql object in script as: var mssql =request.services.mssql; … Read more Why The Mssql Object Can Not Be Identified?

Using Like Clause In Azure Mobile Services JavaScript Client

I am writing a JavaScript client for an Azure Mobile Service. I am trying to use the LIKE clause (o… Read more Using Like Clause In Azure Mobile Services JavaScript Client