how to know how many device connectd to sqlserver remotly [closed] - c++

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
hello i have a program linked with mysql server remotly
i want to know devices connected number ?

It's unlikely you can count devices, however there is a system table information_schema.processlist which shows MySQL server process list, you can count hosts there. See details here on required privileges and fields.

Related

How to correctly put share point link to the Power Query to get the excel file [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
How to correctly put share point file path here to use it further ?
it is in the first (Source ) step, so I tried to watch some advices but it didn't work. How can I connect excel file from sharepoint in my Power Query Source step?

Why is the Fetch next or fetch forward not working for cursor in redshift procedure? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Why is the Fetch next or fetch forward not working for cursor in redshift procedure ? gives the below error

How can i get multiple country wise records using google analytics API in PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 months ago.
Improve this question
Hello Every One any one Tell me How can i get record using multiple country Filter anyone send me Example for that

Programmatically get active connections in windows [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I would like to get all active connections (similar to TCPView from sysinternals) on a windows machine, using WinAPI.
How can I do this using Winsock ?
Winsock does not provide any functionality to get a list of active connections.
The GetTcpTable(), GetTcpTable2(), GetTcp6Table, and GetTcp6Table2() functions of the IP Helper API provide the information that you are looking for.

Facebook comment,like and share using android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Hi i am using facebook integration in android..i want to share post , comment and like how to get comment id and how to integrate our android app?
you should find anything you need, for your first steps, at the developers page of facebook:
Getting Started
Documents