i am using reporting sevices 2005
the dataset source is from sharepoint,
i get the error:
an error occured while reading data from the query results set,
'?' , hexadecimal value 0*0B , is an invalid character, line 22
position 763
i don't care about this line, i want the report ignores the error and
doesn't show the problem line.
i have no access to the sharepoint, so everything i can do , have to
be in reporting.
looking forward your answer ,thank you very much
shoshi
"???? ????" <shosh...@gmail.com> wrote in message
news:c5047465-219e-464b...@j19g2000yqk.googlegroups.com...
hi, thank you,
but as i searched it is imposible to write try and catch in the
dataset text
"???? ????" <shosh...@gmail.com> wrote in message
news:77ac0949-fbcc-4f9e...@c3g2000yqd.googlegroups.com...
how can i wrap it?
BEGIN TRY
<
SELECT <columns> FROM SharePoint Table
>
END TRY
BEGIN CATCH
......
END CATCH
"???? ????" <shosh...@gmail.com> wrote in message
news:321a3d89-9fd0-40e2...@d10g2000yqh.googlegroups.com...