Viewing 7 posts - 1 through 7 (of 7 total)
It finally works now, but I had to re-develop the report from scratch, using the same queries and controls...
But I still do not understand what was the problem at the...
July 17, 2009 at 4:02 am
Yes, I'm sending the credentials :
ReportingService rs = new ReportingService();
...
June 23, 2009 at 5:37 am
GSquared (3/21/2008)
To catch those, put a Try/Catch in the called proc.
by putting the sp between try/catch resolves the problem, and i'm able to rollback the transaction started in the sp
thanks...
March 21, 2008 at 7:34 am
Matt Miller (3/21/2008)
patrick h (3/21/2008)
Yes I think so, but even if a put a commit or rollback right after the exec, the message remains. I'm trying to figure why...
Still, when...
March 21, 2008 at 1:08 am
Matt,
Yes I think so, but even if a put a commit or rollback right after the exec, the message remains. I'm trying to figure why...
Still, when I execute the sp...
March 21, 2008 at 12:44 am
Hi
Here is how I would do.
the expression : dateadd(dd, 0, datediff(dd, 0, <Colum in DATETIME Format)) actually returns the the date part of the column with the time set to...
March 6, 2008 at 6:47 am
Thanks, but i've found the solution : actually my firewall settings prevented any actual connection to a remote database.
I changed them and now it's ok.
February 8, 2008 at 7:03 am
Viewing 7 posts - 1 through 7 (of 7 total)