Thanks, this was very helpful as I'm pretty sure it's this that gives the error on your SQL:
CAST('2007/09/25' AS DATETIME)
Must be a locale thing, I'm going to look for a more correct locale-independant way of converting this date.
To confirm this, can you try to execute the following in your SQL Management Studio:
SELECT CAST('2007/09/25' AS DATETIME)
SELECT CAST('2007/25/09' AS DATETIME)
I wouldn't be surprised if the first one fails, and the second one works...
EDIT
Does the following work?
SELECT CONVERT(DATETIME, '2007.09.25', 102)
Belgium
They are missing in the DB as well, so you're right it's the import.
I have attached my XML file.
SELECT CONVERT(DATETIME, '2007.09.25', 102) -> working too
Aruba
Belgium
I just installed your scheduler, this has to be integrated with mediaportal. 1 feature request: on adding a schedule
and when using "contains" for the title, make it possible to give muliple keywords.
example:
that AND 70 AND show
will record: That '70s Show
Belgium
Does this work with DVB-EPG or only with XMLTV?
Thanks
MoPhat
Belgium