Re: Issue with IDField in CustomSQLDBReceiver

2011-07-07 Thread Scott Deboy
> Is there anywhere I can get the code so that I can debug. > > Regards > > Amit Oberoi > > -Original Message- > From: Scott Deboy [mailto:[email protected]] > Sent: Friday, July 08, 2011 12:24 AM > To: Log4J Users List > Subject: Re: Issue with

RE: Issue with IDField in CustomSQLDBReceiver

2011-07-07 Thread Amit Oberoi
l.com] Sent: Friday, July 08, 2011 12:24 AM To: Log4J Users List Subject: Re: Issue with IDField in CustomSQLDBReceiver Yes, IDField is used to dynamically update the SQL statement with a 'where' clause: (idfield) > (last known IDField value), essentially allowing it to 'tail

Re: Issue with IDField in CustomSQLDBReceiver

2011-07-07 Thread Scott Deboy
Yes, IDField is used to dynamically update the SQL statement with a 'where' clause: (idfield) > (last known IDField value), essentially allowing it to 'tail' the table contents. Here is the config I was able to use to get it to tail with a very simple mysql db (verified by printing out the sql sta