Can I use a database by two different apps and also with a web application?and how can I do it..tel me a solution....thank you | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I use a database by two different apps and also with a web application?and how can I do it..tel me a solution....thank you

5th Apr 2020, 6:11 AM
Riisi Pator
Riisi Pator - avatar
4 Answers
+ 1
sure you can access a database with multiple applications. which programming language do you use?
5th Apr 2020, 6:40 AM
Pas To
Pas To - avatar
+ 1
For this project, currently I'm using Java, XML and SQL
5th Apr 2020, 6:43 AM
Riisi Pator
Riisi Pator - avatar
+ 1
its like in other programming languages. First u need du initialize your enviroment that mean import packages or modules . after that open a connection to the sql server, send a query like *show all data* and handle the result. https://www.tutorialspoint.com/jdbc/jdbc-sample-code.htm maybe this helps you.
5th Apr 2020, 6:50 AM
Pas To
Pas To - avatar
+ 1
Thank you.....your answer to my question was helpful ❤️❤️
5th Apr 2020, 6:52 AM
Riisi Pator
Riisi Pator - avatar