Dec 16, 2002 #1 P pruebens Well-known member Joined Nov 21, 2002 Messages 71 Can someone PLEASE post the syntax for the removeat command? For some reason Im drawing a blank!
Dec 16, 2002 #2 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 Youll 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
Youll 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
Dec 16, 2002 #3 P pruebens Well-known member Joined Nov 21, 2002 Messages 71 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 wasnt in there.
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 wasnt in there.
Dec 16, 2002 #4 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* You can use the Delete sql statement using the OleDbCommand or SqlCommand method ExecuteNonQuery.
Dec 16, 2002 #5 P pruebens Well-known member Joined Nov 21, 2002 Messages 71 Thanks Robby.......I just found that in some of my notes so for once I beat ya to one