Problems in lookup using MYDAC for delphi 5

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
flystar
Posts: 6
Joined: Fri 16 Apr 2010 14:45

Problems in lookup using MYDAC for delphi 5

Post by flystar » Fri 16 Apr 2010 14:49

Hello, Excuseme by my bad and wrong English:

Im I user of your product MYDAC in past days i buy this components,
My Name is Iván Caballero Cano

I have problems instaling using the software.
I use Delphi 5.

I Have 2 MyTable components.
I Have a MYSQL Database Versiòn 5.0.45

In a first table I have a field named "seccion" that is a INT(10)
In the second table i also have a field named "menu" that is a INT(10)

When i configure a DBLookUPCombobox component to get a value of first table to write this value in the second table
i get a error message when i run the program:

Project Project1.exe raised exception class EvariantError with message 'Invalid variant operation', Proccess stoped.


Can you help me with this problem?

Thank you :(

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 19 Apr 2010 06:40

Set the TMyConnectionOptions.OptimizedBigInt property to True to map LargeInt fields to Integer fields.

flystar
Posts: 6
Joined: Fri 16 Apr 2010 14:45

and where is these option??

Post by flystar » Mon 19 Apr 2010 13:20

Hello:

Thanks to respond my question.

This option exist in mydac for delphi 5???

I dont see it.

flystar
Posts: 6
Joined: Fri 16 Apr 2010 14:45

My version of mydac is 4.00.25

Post by flystar » Mon 19 Apr 2010 13:43

My version of mydac is 4.00.25 and maybe in this version the "OptimizedBigInt " propertie dont exist!

What can I do to resolve the problem?

Thanks.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 19 Apr 2010 14:06

The OptimizedBigInt property was added in the MyDAC version 5.20.1.14. Please, upgrade to the latest MyDAC build to solve the problem.

flystar
Posts: 6
Joined: Fri 16 Apr 2010 14:45

And how much the upgrade?

Post by flystar » Mon 19 Apr 2010 14:20

Ok thanks

And the upgrade have a special costo for register users like me?

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Post by Devart » Mon 19 Apr 2010 16:37

Please contact our sales team by email and specify your developer license number.

Regards,
Devart Support

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

Re: And how much the upgrade?

Post by eduardosic » Mon 19 Apr 2010 16:39

flystar wrote:Ok thanks

And the upgrade have a special costo for register users like me?
see: http://www.devart.com/mydac/ordering.html

Version Upgrades

MyDAc version 5 is a very good version, the tecnology Disconnected Model
resolv the problem LostConnection under unistable network

flystar
Posts: 6
Joined: Fri 16 Apr 2010 14:45

And wich is the email of the sales team?

Post by flystar » Mon 19 Apr 2010 16:48

And wich is the email of the sales team?

Thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 20 Apr 2010 07:09

sales*devart*com

Post Reply