Salut

J'ai une fonction qui contient

DtTableSelect = "hr_debut <>'" & HrNulle & "' and dt_debut = '" & DtDuJour.ToString("yyyy/MM/dd") & "'"

Return ds.Tables(0).Select(DtTableSelect)

Sur mon pc, aucun problème mais sur mon hébergeur j'obtiens

Cannot perform '=' operation on System.Byte[] and System.String

Je ne traite aucun champ typé Byte.

Pas bcp d'info sur le net...
Ququ aurait une idée ?