TypeConverter Error when changing to Unsigned Long

Posts   
 
    
rlucassen
User
Posts: 22
Joined: 25-Oct-2013
# Posted on: 25-Apr-2016 12:59:25   

Hi,

we have a MySqL database with a fast growing table.

The Primary key on this table is is defined as AutoIncrement Unsigned Int(11). And mapped to a .net long (Int64)

It is and about to overflow soon.

We want to change the data type to bigint.

To do some prework i want to change the mapping to ulong (Uint64) but the designer wouldn't let me.

It wants a TypeConverter to map a Int(11) Unsigned to a ulong but the mapping to a signed long is no problem.

Please advice how to get the mapping to a unsigned long without using a typeconverter.

Regards,

Remon Lucassen

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 25-Apr-2016 16:43:25   
Frans Bouma | Lead developer LLBLGen Pro