Dear Friends, 

I am trying to develop an application with Kylix
ver.1, MySQL ver.11.15 distrib 3.23.41 for suse linux
(i686).
I am using MySQLConnection object to connect my MySQL
database server (and with so :
libmysqlclient.so.10.0.0). But I found some ridiculous
problem :

1. Have setup/determine the value of the parameter in
“Parameter String” of MySQLConnection object and I’ve
setup “LoadParamsOnConnect” and “LoadPrompt” to
“true”.
If I am trying to login to my MySQL using
MySQLConnection object from the server machine where
my MySQL located/exists, than I can do login properly.
But If I try to login from another machine (client)
than I found error message that saying my username or
password is wrong. But it’s impossible because I’ve
also tried to connect from the same client machine and
using KMySQL and I can login with this KMySQL
properly. What is the mistake ? I could not login with
MySQLConnection object of Kylix from a client machine
because it said the username or the password that I am
using to login was wrong.

2. And after If I have logged in with MySQLConnection
object of Kylix into my MySQL server, SQLDataSet ran
very peculiar (not properly). I have determine the
value of DataSource parameter into “DataSource1”,
SQLConnection parameter into “SQLConnection1”,  but If
I activate the SQLDataSet object (turn “active”
parameter value into true) than my Kylix hang
(hangup). I can not do anything anymore to my Kylix
because after I activate the SQMDataSet, lookslike my
Kylix is too busy to do something and it can not give
me any reaction if I do any action…even only one click
of my mouse it can not give a reaction. It’s just
simply hangup.
What is the mistake ? 

Please Help me…!!! I don’t what to do anymore…..


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to