Re: [GENERAL] Input data for column is not compatible with data type

2016-02-10 Thread drum.lu...@gmail.com
yep.. thank you for your replly. The problem is a code problem. Not in the DB. Thank you. Lucas Possamai - kinghost.co.nz - DigitalOcean On 11 February 201

Re: [GENERAL] Input data for column is not compatible with data type

2016-02-10 Thread Adrian Klaver
On 02/10/2016 12:11 PM, David G. Johnston wrote: On Wed, Feb 10, 2016 at 12:56 PM, drum.lu...@gmail.com mailto:drum.lu...@gmail.com>>wrote: Hi all I'm having this error message: Input data for column `%1$s` is not compatible with data type But I

Re: [GENERAL] Input data for column is not compatible with data type

2016-02-10 Thread Adrian Klaver
On 02/10/2016 11:56 AM, drum.lu...@gmail.com wrote: Hi all I'm having this error message: Input data for column `%1$s` is not compatible with data type The above, from looking at the link below, looks like part of the query. If that is so I am guessing the back ticks are causing the problem.

Re: [GENERAL] Input data for column is not compatible with data type

2016-02-10 Thread drum.lu...@gmail.com
Actually I do know which table is... it seems to be ja_notes. But I can't see any difference Lucas Possamai - kinghost.co.nz - DigitalOcean On 11 February

Re: [GENERAL] Input data for column is not compatible with data type

2016-02-10 Thread David G. Johnston
On Wed, Feb 10, 2016 at 12:56 PM, drum.lu...@gmail.com wrote: > Hi all > > I'm having this error message: > > Input data for column `%1$s` is not compatible with data type > > > But I was unable to find the table which is having this issue > > Would be possible someone help me with that? > Th

[GENERAL] Input data for column is not compatible with data type

2016-02-10 Thread drum.lu...@gmail.com
Hi all I'm having this error message: Input data for column `%1$s` is not compatible with data type But I was unable to find the table which is having this issue Would be possible someone help me with that? Thanks Complete error link: https://bitbucket.org/snippets/lucaspossamai/7r9yX Qu