cutespn
SSCommitted
Points: 1669
More actions
April 29, 2003 at 4:53 am
#80705
hi,
i want to insert some values to database which is in XML format.
any clue???
Andy Warren
SSC Guru
Points: 119902
April 29, 2003 at 5:33 am
#455645
Depends on how big it is. Under 8k, just insert into an appropriately sized varchar/char/etc column. Over 8k (or if you just don't have room) put into a text col, easiest way to do that is using the ADO stream object.
Andy
http://www.sqlservercentral.com/columnists/awarren/
AndySQLAndy - My Blog!Connect with me on LinkedInFollow me on Twitter
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply