Viewing 15 posts - 1 through 15 (of 16 total)
i swear i tried that! cant have though because it works fine, thanks!
March 30, 2011 at 2:05 pm
Thanks Wayne,
I have one problem with this approach, i', trying to make my Xquery selection alongside other standard sql column selections and this doesnt work with your solution. i will...
March 30, 2011 at 2:36 am
Thankyou very much, i think i was trying to over complicate things, that works a treat.
Regards
October 17, 2006 at 2:48 am
Sorry stupid question, i did it, just needed to put
Declare @i int
Declare @j-2 int
exec sp_CountAudioFiles @i out, @j-2 out
Print @i
print @j-2
Thanks
September 13, 2004 at 9:28 am
It's ok now, I have it working, The Order By was breaking the SP.
Thanks for the help
Dave
September 10, 2004 at 2:46 am
Sorry to be a pain, but the code does not work, it says 'Invalid Column name ID' I should have made this clearer. For testing purposes i have not implmented...
September 10, 2004 at 2:30 am
Thanks for the reply, The code you have provided me with only returns the first Select statement so when it is run the only thing that appears is <AudioScriptXML>. I...
September 9, 2004 at 2:54 am
Hi All, I have looked at this discussion for an answer to a problem i have with Stored Procedures and returning XML. I have particularly tried ti implment what Kreynolds...
September 8, 2004 at 7:05 am
Hi All, Just wanted to say thankyou for all the help with this problem. I now have a working solution. The code is below for you reference/interest.
Regards, Dave
The stored Procedure...
August 3, 2004 at 4:28 am
Sorry, forgot the new code
Dim SQLReturnString As String
Dim param1 As New...
August 2, 2004 at 9:54 am
Hi, I have chnaged this to the following to make it compile, however, There is value in the Return Parameter apart from '''. This Stored Procedure is now working in...
August 2, 2004 at 9:53 am
Hi this works and builds a concatonated list of 1's and 0's whcih is what i want. But it only ever shows 3, 1's...
August 2, 2004 at 9:03 am
Viewing 15 posts - 1 through 15 (of 16 total)