We usually get this error when we create and save a table in the database and then try to rearrange it. The solution is actually very simple. After I saved the table, I took it while trying to change a table's property. To do this,…
We have come to the last part of the process that we will do with our online database with Xamarin. So far we have created a Mobile App Quickstart project in Azure. In this project, we created a database to use SQL, not SQLite, and…
As I noted in Part 1, the data link page we clicked on will say "SQLite can not be used for efficient production". We need to add a data link from this page. We will add a SQL database by pressing the "Add" button. The…
As we mentioned in our previous article, an internet-free application is almost unthinkable. We need a database to store users, to keep the information of the user, to keep all kinds of information. The simplest thing is to make a game and take the score…
You may want to organize your databases that you have opened in Azure. We need a program for this. To meet this and create a database locally, Microsoft offers us the SQL Server Management Studio. It is a program I think will help us a lot when we…
Nowadays, without the internet we can not think an app. Except the simple app almost every app need a database. Because users may want to hide the data and offer the actions which users will enjoy in the future. For that we need the keep…