HELP >>>> What AM I DOING WRONG?
Posted: 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
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