A group blog from members of the VB team
Here's a brief addition to my Visual Basic Around the World post... This one's for the folks in SouthEast Asia. The TechEd MVP and Speaker dinner made it into the local Malaysian paper. You can see a copy of the article below. The theme was "Bling-tastic!". I'm at the bottom left with other international speakers: David Tesar, Steve Riley, and Ronald Beekelaar.
PingBack from http://www.easycoded.com/malay-mail-coverage-of-teched-southeast-asia-lisa-feigenbaum/
Hi
Can anyone please tell me what's going wrong here? I've tried it with various parameters instead of 3,2:
strSQL = "SELECT * FROM kb;"
objRS.Open strSQL, objConn, 3, 2
objRS.Fields.Append "foo", 200 '---- THIS IS THE OFFENDING LINE
objRS.Fields.Update
objRS.Close
'---- ERROR MESSAGE: Operation is not allowed in this context
Hi kamran,
Can you please post your SQL question on one of the following forums?
http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=19&SiteID=1
Thanks!