Search found 7 matches

by kecap
05.06.2014, 11:55
Forum: MySQL
Topic: Master-Detail & MySQL. How to get the Id of the parent tabl
Replies: 2
Views: 2175

Re: Master-Detail & MySQL. How to get the Id of the parent t

If I understand right
You can ask your database
select LAST_INSERT_ID()
by kecap
26.04.2013, 10:43
Forum: ZDBC (ZEOS Database Connectivity)
Topic: How to detect connection lost ?
Replies: 9
Views: 10660

Hi i have made a change in ZDBCmysqlutils.pas thats always trying to reconnect if the connection is lost or the server has gone away. you have to assign the zconnection you are using in app procedure CheckMySQLError(PlainDriver: IZMySQLPlainDriver; Handle: PZMySQLConnect; LogCategory: TZLoggingCateg...
by kecap
22.05.2012, 17:03
Forum: MySQL
Topic: Change login prompt
Replies: 1
Views: 2025

Change login prompt

Hello

Can anyone describe me how to show in login prompt Hostname and database. becuse there is only user and password.

thanks
by kecap
08.05.2012, 08:44
Forum: MySQL
Topic: application working
Replies: 7
Views: 2474

I cant find it.

In Delphi 2010 its the same.
by kecap
06.05.2012, 15:26
Forum: MySQL
Topic: application working
Replies: 7
Views: 2474

Now I use Delphi 7.

But I want pass to delphi 2010.
by kecap
06.05.2012, 14:06
Forum: MySQL
Topic: application working
Replies: 7
Views: 2474

Thank you very much.
That´s what i was looking for.

Another question.
Doesn´t somebody knows when I run application with F7 Trace into
how to step only thru my source, because I always have to pass all the zeoslib source when I trace into.
by kecap
06.05.2012, 09:34
Forum: MySQL
Topic: application working
Replies: 7
Views: 2474

application working

Hello I am new using zeos components I need to know how to show that the application is working on a query or how to freeze application while working, because the button can be clicked more times with this components and nobody knows that its working. I woked before with mycomponents and there was s...