R
testRS.Fields.Append "WebsiteMetaKeywords", adText
Rob said:...
that should have read :
testRS.Fields.Append "WebsiteMetaKeywords", adLongVarChar, nnn
with regards to the nnn - does it matter what size i use here?
No. The DefinedSize argument should be ignored for this datatype, since it's
a variable length datatype. I don't think you even have to supply it.
http://msdn.microsoft.com/library/en-us/ado270/htm/mdmscadoapireference.aspDo you have access to the ADO online help? The answers to many of your
questions can be found there:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.