PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Yeastar database
Yeastar database
Débuté par Frans, 16 avr. 2018 13:44 - 2 réponses
Posté le 16 avril 2018 - 13:44
Hello to you all,

Is there anybody who has made a Windev-Yeastar (S-series) connection?
Yeastar has a SQL database filled with caller-info etc.
We could not get a connection without using a third party SQL-server software.
Thanks in advance.
Posté le 16 avril 2018 - 14:21
Sound about right.
A quick look at their web page indicates that they use MySQL as the back end.

https://support.yeastar.com/hc/en-us/articles/217755537-How-to-Get-CDR-Data-from-MyPBX-U-series-in-Real-Time

You will need libmysql.lib installed to make a connection.
With that you should be able to use HExecuteSQLQuery() to access the data.
Posté le 16 avril 2018 - 22:09
Hi Derek,

Thanks for your answer about using the .lib.
I know the yeastar article but didn't know the .lib.
Will give it a try.