property InsertId: Integer?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
b00
Posts: 3
Joined: Fri 15 Dec 2006 12:36

property InsertId: Integer?

Post by b00 » Sun 25 May 2008 00:00

Hello. It appears like property InsertId has an Integer type, but how should I deal with my BIGINT autoinc fields? Thanks.

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

Post by Dimon » Mon 26 May 2008 14:49

The type of the InsertId property is Int64 and it can keep values of BIGINT autoincrement fields.

b00
Posts: 3
Joined: Fri 15 Dec 2006 12:36

Post by b00 » Mon 26 May 2008 18:53

Oh... indeed, not sure where I found that. Thanks!

Post Reply