- Jun 6, 2020
- 11,559
- 4,422
Hi, I am using this tutorial on how to connect to MySQL DB
[H3]
A new more powerful framework is now available: jRDC2. This tutorial explains the basic concepts required for creating a connection between Android device and a remote server. In this case it is a MySQL database. A tutorial for connecting to SQL Server is available here. Android cannot connect...
But I have a problem because I need to wait for the query to finish before proceeding on to the next process.
I send a SELECT * FROM and I need to wait for the result because depending on the result I will do an UPDATE or an INSERT, I know about the WAIT FOR, but unfortunately I don't know how to use it.
I am using the exact same code as the tutorial, just modified to my needs
Thanks for any help.
[H3]
برای دیدن لینک ها باید ثبت نام کنید
[/H3]A new more powerful framework is now available: jRDC2. This tutorial explains the basic concepts required for creating a connection between Android device and a remote server. In this case it is a MySQL database. A tutorial for connecting to SQL Server is available here. Android cannot connect...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
But I have a problem because I need to wait for the query to finish before proceeding on to the next process.
I send a SELECT * FROM and I need to wait for the result because depending on the result I will do an UPDATE or an INSERT, I know about the WAIT FOR, but unfortunately I don't know how to use it.
I am using the exact same code as the tutorial, just modified to my needs
Thanks for any help.
برای دیدن لینک ها باید ثبت نام کنید