Windows Azure mobile services, server side scripts: data -


i have added tables database in in windows azure via entity framework not able access these tables through server side scripts (mobile services custom api)and not appear through "mobile services: data" section. have add these tables , set permissions on them manually though portal access these via scripts etc? sure there documentation on somewhere have been chasing tail trying find it.

the table appears there todoitem table created default.

a bit of direct on great

you need move schema of mobile services app , add tables, see: http://blogs.msdn.com/b/jpsanders/archive/2013/05/24/using-an-existing-azure-sql-table-with-windows-azure-mobile-services.aspx


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -