PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → MYSQL, Windev, and a Remote connection!!
MYSQL, Windev, and a Remote connection!!
Started by Alexandre Aragão, Feb., 03 2004 2:16 PM - 2 replies
Posted on February, 03 2004 - 2:16 PM
I have a database in miarroba.com in MYSQL, and I have windev 5.5 with CMySQL4WD class, for native access to MYSQL...what must I do to connect windev to this remote MySQL base???
I have the
Servidor address
DB
user
pass
but isnt working
Posted on February, 03 2004 - 2:51 PM
Hi,
I have a database in miarroba.com in MYSQL, and I have windev 5.5 with CMySQL4WD class, for native access to MYSQL...what must I do to connect windev to this remote MySQL base???
I have the
Servidor address
DB
user
pass

First ask your provider (miarroba ?), if they let you access your
database from 'outside'. Often you only can access with their own tools,
PHP over the web or eventual via a telnet session.
Peter
Posted on February, 03 2004 - 3:31 PM
Hi,
I have a database in miarroba.com in MYSQL, and I have windev 5.5 with CMySQL4WD class, for native access to MYSQL...what must I do to connect windev to this remote MySQL base???
I have the
Servidor address
DB
user
pass
First ask your provider (miarroba ?), if they let you access your

database from 'outside'. Often you only can access with their own tools,
PHP over the web or eventual via a telnet session.
Peter

Yes ! internet hosts database are of course not in public network.
Often, http server use web protected lan Db servers.
Only way, is to build a cgi/php script to connect your database (through http channel) to perform sql result in you navigator... and slowly treat page.
We did find this years ago, but still never worked around it.
As we have a nice host solution, we could help a happy team to find a solution.
Best way shoud be to create a c/c++ cgi that could return sql querry results.
the big challenge will be to perform a stream-like channel.



French unofficial wd gate