This page shows steps to create an Android App which connects to MS SQL Server Database. It uses the MSSQL database to store the images in bytes array format. The respective data type in database server is VARBINARY(MAX). It uses a couple of images saved in the emulator phone to…
Tag: databbase
How to create stored procedure in MS SQL database server and run (call) it from your Android App?
This video shows the complete end to end steps to create a simple stored procedure in MS SQL server and call the same from the Android App. In the first part of the video it shows how to create a simple stored procedure using MS SQL Server Management Studio (SSMS)….