+ 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
4 Réponses
+ 1
sure you can access a database with multiple applications. which programming language do you use?
+ 1
For this project, currently I'm using Java, XML and SQL
+ 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.
+ 1
Thank you.....your answer to my question was helpful ❤️❤️