HELP >>>> What AM I DOING WRONG?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
monday
Posts: 3
Joined: Tue 04 Nov 2008 08:43

HELP >>>> What AM I DOING WRONG?

Post by monday » Tue 04 Nov 2008 16:30

I want to connect to a database on my www.mysite.com ..
I did the following but it doesnt work

on the new form I put a
* MyConnection1 & MyConnectiondialog1 & Button
*in the properity of MyConnection1 I set the following
ConnectDialog = MyConnectiondialog1
protocol = mpTCP
server = www.mysite.com
database = MyDB
user = userDB
pass= passDB

* in the click event of the button
MyConnection1.connect;

Note:: I created a database on my site named MyDB
I add a user to MyDB named userDB ,, the password for the user is passDB


ALL OF THIS AND IT DOESNT CONNCECT I GET AN ERRR ...
HELP PLEASE

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Re: HELP >>>> What AM I DOING WRONG?

Post by eduardosic » Tue 04 Nov 2008 17:53

:evil:

Please, don't duplicate Post see: http://devart.com/forums/viewtopic.php?t=13288

Post Reply