other small bug in myda 4.30 "Assertion Failure (c:\...\myClasses.pas, line 2657)"

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

other small bug in myda 4.30 "Assertion Failure (c:\...\myClasses.pas, line 2657)"

Post by eduardosic » Sun 12 Feb 2006 22:08

Hi, this bug ocurs in desing time,

i have a TmyQuery, in FieldsEditor, where option Add Fields is caled the exception is raised: "Assertion Failure (c:\...\myClasses.pas, line 2657)"

if i try to add the fields before the exception, other exception is raised:
"Commands out of Sync; you can´t run this command now mysql.status = 2"


myDAC 4.30, mySQL, bugs... Help...

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 13 Feb 2006 16:17

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next MyDAC build.

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

Continue...

Post by eduardosic » Sat 22 Apr 2006 19:09

Ikar wrote:Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next MyDAC build.

Ikar, the bug persists in versions 4.30.0.11 and 4.30.0.12.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 25 Apr 2006 08:41

Please provide us steps to reproduce the problem. Possibly the problem we have fixed differs from the problem you have discovered.

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

ok.

Post by eduardosic » Wed 26 Apr 2006 00:10

Antaeus wrote:Please provide us steps to reproduce the problem. Possibly the problem we have fixed differs from the problem you have discovered.
the error happens of the following form, places a TmyQuery in the Form, cofigure property SQL, example: Select Name, Id From to custumer.
In the Fields Editor call add fields, later places plus a field of the table in the SQL and tries to add this new field, in this hour the error happens.

ok?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 26 Apr 2006 08:59

> SQL, example: Select Name, Id From to custumer
The query you have provided is invalid. Try to fix it and reproduce the problem again. If it persists then send us (evgeniyD*crlab*com) script to create and fill table, exact text or screenshot of error message you get and detailed description of steps to reproduce this problem.

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

OK

Post by eduardosic » Wed 26 Apr 2006 10:43

Antaeus wrote:> SQL, example: Select Name, Id From to custumer
The query you have provided is invalid. Try to fix it and reproduce the problem again. If it persists then send us (evgeniyD*crlab*com) script to create and fill table, exact text or screenshot of error message you get and detailed description of steps to reproduce this problem.
it was an error of typing, summarizing is the following one: write a select statment in property "SQL" types one, adds the fields in filed editor, after this, modifies the property sql placing plus a field and tries to add to this new field in Fields editor, gives to the error happen.

excuses for my English.

I go to make a movie and send to for you.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 26 Apr 2006 12:09

We still can not reproduce this problem following steps you have provided. Any additional information would be helpful. Please answer following questions:
- does the problem appear when you create new project and drop onto the form new MyConnection and MyQuery or the problem appears only in certain projects?
- does the problem depend on query you use or fields in this query?
If you won't find any dependencies, then send as the movie you have mentioned in your post.

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

the movie...

Post by eduardosic » Wed 26 Apr 2006 22:42

Antaeus wrote:We still can not reproduce this problem following steps you have provided. Any additional information would be helpful. Please answer following questions:
- does the problem appear when you create new project and drop onto the form new MyConnection and MyQuery or the problem appears only in certain projects?
- does the problem depend on query you use or fields in this query?
If you won't find any dependencies, then send as the movie you have mentioned in your post.

Please download the movie in
http://www.drdsistemas.com/update/movie_of_bug.zip

the movie show the problem.

thanks. waiting for replay..

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

Re: the movie...

Post by eduardosic » Thu 27 Apr 2006 19:44

Antaeus, you Download the archive and verified the error?

waiting reply.


Eduardo Silva dos Santos.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 28 Apr 2006 06:03

We have downloaded your archive and reproduced the problem. Thank you for the movie. The investigation of the problem is inprogress. As soon as we solve the problem we'll let you know.

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

thanks....

Post by eduardosic » Fri 28 Apr 2006 11:08

Antaeus wrote:We have downloaded your archive and reproduced the problem. Thank you for the movie. The investigation of the problem is inprogress. As soon as we solve the problem we'll let you know.
ok, Antaeus, I go to be waiting.

that I to always find some bug, go send a movie for you, thus is better to see the problem and with it it occurs.

thanks,

Eduardo Silva dos Santos.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Sat 06 May 2006 14:55

We have fixed this problem. This fix will be included in the next MyDAC build.

Post Reply