I will try swapping the order. I also plan to build the query string directly in the code rather than have the parameters added to the SQL property and see what this does.
Thank you, Eric Eric Tishler Software Architect Resolute Partners, LLC Phone: 203.271.1122 Fax: 203.271.1460 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul A Norman Sent: Thursday, April 01, 2004 5:48 PM To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Problem with table update using IBO If there is something in the text box for email, txtEmail.Text As the obvious is not obvious at the moment, try reversing the order of the fields in your statements and see whether it is what ever the last statement is that is being truncated for whatever reason. "EmailAddress" = :EmailAddress, "LastName" = :LastName etc .. _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
