XML Problem while using Stored Procedure


Author
Message
Doron Farber
Doron Farber
StrataFrame User (152 reputation)StrataFrame User (152 reputation)StrataFrame User (152 reputation)StrataFrame User (152 reputation)StrataFrame User (152 reputation)StrataFrame User (152 reputation)StrataFrame User (152 reputation)StrataFrame User (152 reputation)StrataFrame User (152 reputation)
Group: Forum Members
Posts: 92, Visits: 612
Hi Trent,

I am actually running an sql statement and getting the XML via the ms sql 2008. Testing the XML within the ms sql 2008, it is just fine. When running the below code the XML string is broken.  I am using the BO which is the parent of all the tables that are included within the sql statement? When I copy this line  Me.ExecuteScalar(cmd) into the Watch window and  look into the XML string I am getting an error. 

How can I resolve this problem?


Public
Function GetXMLMenuOptions() As String
Dim cmd As New SqlCommand()
cmd.CommandType = CommandType.StoredProcedure
cmd.CommandText =
"XML_MenuOptions"

Return Me.ExecuteScalar(cmd)

End Function

Thanks,

Doron


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Doron Farber - 15 Years Ago
Doron Farber - 15 Years Ago
             Glad you got it going! :)
Trent L. Taylor - 15 Years Ago
Edhy Rijo - 15 Years Ago
Trent L. Taylor - 15 Years Ago
                         Thanks will try it out.
Edhy Rijo - 15 Years Ago
                         Hi Trent, Thanks for your reply, let me explain this better... 1) I...
Doron Farber - 15 Years Ago
                             To my knowledge there is not a character limit on a scalar value. The...
Trent L. Taylor - 15 Years Ago
                                 Hi Trent, Thanks for your reply. [quote][b]Trent L. Taylor...
Doron Farber - 15 Years Ago
                                     Possibly. To be honest, I don't understand why you can't bring back...
Trent L. Taylor - 15 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search