- Home /
Querys for multiple databases at the same time
Hi there, I was typing a piece of code to connect to my MySQL server, that has 2 Databases (lets call them Y and Z). So, what i was trying to do was searching on Y some data that a user entered to Unity, and if the data existed, the code would take some data from Z and show it to the user.
So, as i'm a newbie with databases, I was wondering if it is possible to create the two querys at the same time without having to close one connection and then connect to the other database.
Thanks a lot.
If you are new to databases, for now, just have a single database, and use different tables for Y and Z.
Your answer
Follow this Question
Related Questions
Use subquery result multiple times. 1 Answer
Access a MySQL database via C# ? 2 Answers
unity ios pro vs ios basic on data base function 0 Answers
C# How to select certain SQL data? 0 Answers
need help wit unity and mysql 0 Answers