From: Warren Young Date: April 21 2008 7:18pm Subject: Re: TypeInfo Lookup failure List-Archive: http://lists.mysql.com/plusplus/7602 Message-Id: <7699D9D9-7942-4774-9AFC-7A910BAD1C04@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Apr 21, 2008, at 12:18 PM, Steven Van Ingelgem wrote: > I am/was using it to store bigints in it. So use mysqlpp::sql_bigint. It's just a typedef, and your code doesn't have to care what the underlying type is. This is especially useful for less well established types like 64-bit integers, since there's less agreement on this than for smaller types.