Viewing 4 posts - 961 through 964 (of 964 total)
If you want to use the Logic from a CLR Stored Procedure outside of SQL Server, you need to code it for such a purpose. I generally abstract the...
June 27, 2008 at 8:17 pm
Thank you for the information. It worked perfectly.
Jon
July 24, 2007 at 7:17 am
I resolved this with a good bit of research last night. The solution is:
Original Code:
Public Function GetSelections(ByRef prmListBox as object) as String
Dim intCount as Integer
Dim strSelectedValues as String
strSelectedValues = ""
For...
June 14, 2007 at 7:33 am
I just encountered this today when moving a database from my production environment to my development environment. This is caused by what appears to be a difference in the 2005...
April 5, 2007 at 11:24 am
Viewing 4 posts - 961 through 964 (of 964 total)