Jump to content
abdellahmehdi

Database

Recommended Posts

Is this a question?

 

Normally a site is written for a web browser, so it doesn't matter if it is for Android, because all the browsers can use it.

You can write a web server in Delphi using systems like DataSnap or MorMot.

If you mean you want a Android App then you can use Delphi FireMonkey framework (FMX) to create an app for Android.

In both cases put your database in a cloud, like Azure and let the website or App connect to it.

Delphi FireDac works very nice with cloud databases. Delphi enterprise version with FireDac can

easily connect to MS-SQL databases and then you will be also able to use the MS-Database Tools.

The MS-SQL Management Studio has now all the Azure tools integrated to connect to the cloud database.

Edited by Die Holländer
  • Like 1

Share this post


Link to post
5 hours ago, Die Holländer said:

 

Thank you, I want a server like firebase and how to connect to Delphi

Edited by abdellahmehdi

Share this post


Link to post

IMO, connecting directly to a DB from a mobile app is not a good approach.

I would recommend that you put a REST API between the app and the DB.

 

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×