RVS Services http://www.rvs-services.com RVS Services FR RVS Services rvs@rvs-services.com rvs@rvs-services.com 05 Sep 2010 00:00:00 +0100 05 Sep 2010 00:00:00 +0100 MegaraM - BONSSSA CMS http://blogs.law.harvard.edu/tech/rss 60 http://www.rvs-services.com/uploads/xslt/rss.jpg RVS Services http://www.rvs-services.com
ERR : 05/09/2010 16:27:44 488832860
-2147217900 : [Microsoft][SQL Server Native Client 10.0][SQL Server]The text data type cannot be selected as DISTINCT because it is not comparable.
SQL GET RS : select 'news',id,dateDebut,titreFR,introFR,descriptionFR from actualites where dateDebut<='20100905' and dateFin>'20100905' and titreFR<>'' UNION select 'agendas',id,datemodif,titreFR+' ('+dateFR+')',courteFR,descrFR from agenda where titreFR<>'' UNION select 'pages',page,datepub,page,'',contenu from cms where langue='FR' and datepub = (select max(datepub) from cms as cmsJoin where cms.page=cmsJoin.page and cmsJoin.langue=cms.langue) UNION select 'liens',id,datemodif,titreFR,'',descrFR from liens where titreFR<>'' UNION select 'photos',id,datemodif,'Photo ('+galerie+')',description,photo from photos order by 3 desc, 2 desc