From: Warren Young Date: January 23 2006 10:21pm Subject: Re: Problem with NULL values in integer fields List-Archive: http://lists.mysql.com/plusplus/5404 Message-Id: <43D556D1.1090000@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ece Karli wrote: > > I am getting conversion error when I try to read data into SSQLS > structure and value of an integer field is null. Read the user manual. There is a whole section on nulls (3.8), and why you have to treat them specially.