Connect to a remote server

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Antonio

Connect to a remote server

Post by Antonio » Mon 28 Feb 2005 17:28

Hello

i need to send data and get data from a remote computer (with mysql server installed), but all in my local network.

How can configure the MyConnection Component to get connected to the other computer.

Please explain with detail because it's the firt time i'am using myDAC.

Thank You

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 02 Mar 2005 07:22

You need set the next properties of TMyConnection:
- Server
- Database
- Username
- Password

And then set Connected := True

Post Reply