On Thu, 09 Feb 2006, 05:50:46PM +0100ยจ, Tom Schindl said: > The statement has to look like this: > > SELECT * FROM logs where datetime like ?
It does not work, because the sql query needs the % joker unless you give something like "2006-01-29 14:13:01" when prompted (somehow I have the feeling normal people do no do that :) ). The datetime column keeps records from a syslog server, if you ask why. Anyway, I am *nearly* where I want, so thanks for all your input. -- Groeten, J.I.Asenjo
