Viewing 7 posts - 16 through 22 (of 22 total)
Ok Thanks Ill Give your suggestion a try
Finally got the pivot to work 🙂
Im puzzled as too why the following is happening
This works...
There are only three records returned from dbo.ApplicationBldTypes...
October 25, 2011 at 5:08 pm
Back again I have coded my question as suggested 🙂
IF OBJECT_ID('TempDB..#mytable','U') IS NOT NULL
DROP TABLE #mytable
CREATE TABLE #mytable ...
October 25, 2011 at 3:01 pm
Thank you for your reply 🙂
I have tried the pivot table approach but neither column lends itself to an aggregate function and unfortunatly my skill set with SQL is limited
SELECT...
October 23, 2011 at 6:01 pm
Thanks for your reply
Sorry Did not make myself clear 🙂
When trying to declare DR as Datarow in the Code window of report, RS throws an error
Datarow does not seem...
January 7, 2008 at 3:53 pm
Just a quick question
What is the syntax to address the "Last" Column of Table which in this case has only one column.
HTMS
Cheers
January 7, 2008 at 1:12 pm
I suspect you a correct too...now if I could pass the Dataset as an object then...
Still...dont understand why RS does not "understand" what a Datarow is
Thanks
January 7, 2008 at 12:42 pm
Hi There
Thanks for your reply.
Yes I am try to build up a string of values.
Interestingly if I do the following
Public Function BldTypes(ByVal DT As DataSet) As String
This line does not...
January 7, 2008 at 12:35 pm
Viewing 7 posts - 16 through 22 (of 22 total)