Re: Connection issue with Kylix to Mysql 3.23

2001-12-06 Thread TAKAHASHI, Tomohiro
  Hi,

  Did you make contact with Borland Support?

  Did you post message in Borland Newsgroup, 'newsgroups.borland.com'?

Edward Valentine wrote:
 
 I downloaded and installed the new patch from Borland that allows Kylix to
 use versions of MySQL 3.23 and newer. Most of the errors on connection
 stopped and it seems to connect. What I am getting now is a
 "username/password invalid" error. I have connected with Webmin, MySQL at a
 prompt and kmysql using the same me and password.
 
 I have checked on the web and found several others with the same issue but
 no answers.
 
 I am using Caldera 3.1 with updates and all of the software versions
 included with that distro.
 
 I would appreciate any help.  Thanks.

-- 
TAKAHASHI, Tomohiro

-
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


Delphi, Kylix, DbExpress, MySQL, Transactions...

2001-08-01 Thread Kevin McBrearty

I posted this message in the Delphi/Kylix newsgroups but didn't get a
definitive answer so I'll try it here.

I'm using Delphi 6 Enterprise and DBExpress to access a MySQL database
running on a Suse box. I'm using a MySQL-Max distribution and InnoDB table
types that support transactions. Unfortunately I can't get transactions to
work properly (e.g. ROLLBACK has no effect if a transaction is aborted). The
TSQLConnection TransactionsSupported property returns false, which is to be
expected for MySQL, but I have tried running transactions by sending the
transaction control statements to the server directly (SET AUTOCOMMIT=0,
BEGIN, COMMIT,
ROLLBACK) using TSQLConnection.Execute but this does not work (although the
Delphi Help seems to indicate that it should).

Has anyone succeeded in getting MySQL transaction support to work in either
Delphi or Kylix using DbExpress ?

Kevin McBrearty
ATG Automation Technologies Group Ltd.


-
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




Kylix with MySQL

2001-06-25 Thread Bagi kos

Hi Everybody!

I want to develop some database application under RedHat 7, with Kylix using MySql.
I'm using MySql 3.23.38. It uses libmysql.10, default limbysql.6.

Kylix native MySql driver cannot connect to MySql server on the same (neither 
localhost, nor IP) 
but MySql is Accessible from Windows/ODBC via network, and with the MySql Clients.
Error: Invalid UserName/PassWord.

Does anybody have some information how to solve the problem?
I would use the highest MySql Version.

I heard somewhere that Kylix supports libmysql.6 only. If that's the problem
what is the highest MySql version using that lib. Shall I change 
the whole MySql installation or the libfile only?

I would appreciate some help.

regards 

Akos




RE: Kylix with MySQL

2001-06-25 Thread Kevin McBrearty

The problem is that Kylix does not yet support libmysqlclient.so.10, only
libmysqlclient.so.6. You only have to replace the client libs. I used the
ones from 3.22.32 and they work fine.

Kevin McBrearty
ATG Automation Technologies Group Ltd.

 -Original Message-
 From: Bagi kos [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 25, 2001 6:07 AM
 To: [EMAIL PROTECTED]
 Subject: Kylix with MySQL


 Hi Everybody!

 I want to develop some database application under RedHat 7, with
 Kylix using MySql.
 I'm using MySql 3.23.38. It uses libmysql.10, default limbysql.6.

 Kylix native MySql driver cannot connect to MySql server on the
 same (neither localhost, nor IP)
 but MySql is Accessible from Windows/ODBC via network, and with
 the MySql Clients.
 Error: Invalid UserName/PassWord.

 Does anybody have some information how to solve the problem?
 I would use the highest MySql Version.

 I heard somewhere that Kylix supports libmysql.6 only. If that's
 the problem
 what is the highest MySql version using that lib. Shall I change
 the whole MySql installation or the libfile only?

 I would appreciate some help.

 regards

 Akos




-
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