Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing xml to stored procedure

Status
Not open for further replies.

delfy

MIS
Feb 8, 2005
96
JM
i can execute my stored procedure which takes a string containing xml as input fine from query analyser and it works properly. However when i try to pass it from delphi i get this
error xml parsing error: invalid at the top level of document

so i generated my xml string into a memo cut and paste this in query analyser and it works fine? what can i do about this situation. why would i get an error passing this to xml string from delphi to sql server?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top