Search found 7 matches

by joker53
15.09.2006, 12:17
Forum: MySQL
Topic: Problem with DBLookupComboBox
Replies: 7
Views: 3098

thank you very much, i´m using one of 10/2005 i will upgrade now.
About the problem, i changed mi field from int(11) to int(9) and it works fine....
thank you very much
by joker53
14.09.2006, 20:45
Forum: MySQL
Topic: Problem with DBLookupComboBox
Replies: 7
Views: 3098

i have the same problem too, i made the modifications, i recompiled the package of ´Zeo but it is strange, if the value of the fiel for the lookupcombo is one it works ok, but if it is other value this does not work.....
Wath can be wrong?....
i´m with delphi 6 and mysql 4.1
by joker53
13.09.2006, 15:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: RollBack and Mysql y cant make it work...
Replies: 7
Views: 1587

i finally got it the problem was obvious, as usual.....
to make a transaction is needed set the attribute Transact Issolation Level .....
i made it with autocommit=true with start transaction, commit and rollback and works fine.....
by joker53
13.09.2006, 15:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: RollBack and Mysql y cant make it work...
Replies: 7
Views: 1587

mmmmmmmmmm i anticipate the reply before test............ if autocomit = false and i execute StartTransaction i get "invalid operation in non AutoCommit mode" if i dont execute StartTransaction, make an insert, a post and a commit or rollback, nothing happen.......... Well....if anybody ca...
by joker53
13.09.2006, 14:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: RollBack and Mysql y cant make it work...
Replies: 7
Views: 1587

is ok i understood now, i got that error when i executed startTransaction... but i realize than with autocomit = false i dont need it isn it?.......i just call commit or rollback ...

Thank you very much
by joker53
13.09.2006, 14:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: RollBack and Mysql y cant make it work...
Replies: 7
Views: 1587

hi dhongu, thanks for you reply....
i tried what you said and i get an error message that said "invalid operation in non AutoCommit mode"
The table is innodb
Do you whats going on?....

thanks a lot.
by joker53
13.09.2006, 13:37
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: RollBack and Mysql y cant make it work...
Replies: 7
Views: 1587

RollBack and Mysql y cant make it work...

i Start the transaction(StartTransaction)........ make an insert, fill the fields with dbcomponents, make the post, and until there the changes are not on the database wich is ok....... if i make a Commit the changes goes to the database wich is also ok but if i make a Rollback, the changes also goe...