pruebens Posted December 16, 2002 Posted December 16, 2002 Can someone PLEASE post the syntax for the removeat command? For some reason I'm drawing a blank! Quote
*Gurus* divil Posted December 16, 2002 *Gurus* Posted December 16, 2002 You'll have to be more specific, there are dozens of classes in the framework that have a RemoveAt command. Oh, and pressing F1 might help too :) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
pruebens Posted December 16, 2002 Author Posted December 16, 2002 Sorry I thought posting this under the database section would help explain that I need to remove (delete) a record in a database. I pressed F1 but it wasn't in there. Quote
Moderators Robby Posted December 16, 2002 Moderators Posted December 16, 2002 You can use the Delete sql statement using the OleDbCommand or SqlCommand method ExecuteNonQuery. Quote Visit...Bassic Software
pruebens Posted December 16, 2002 Author Posted December 16, 2002 Thanks Robby.......I just found that in some of my notes so for once I beat ya to one :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.