PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Webservice and MYSQL
Webservice and MYSQL
Débuté par marcov, 14 mai 2021 12:08 - Aucune réponse
Membre enregistré
54 messages
Posté le 14 mai 2021 - 12:08
hi,
how can i integrate mysql into my webservice?
I have already done this with Windows applications using
####
MyConnection is int
SourceName is string
SourceName = "MYSQL"
MyConnection = SQLConnect("127.0.0.1", "root", "password, "databse", "MySQL")
###

and adding the libmysql.dll to the project, but with a webservice how should I behave ?