TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David Smith
NA
2k
0
Close, Open, Update, UpdateBatch, AbsolutePosition, and more
Oct 19 2014 8:27 PM
Can someone give me logic in c sharp that's equivalent to the Close, Open, Update, UpdateBatch, AbsolutePosition, Find, Delete, MoveFirst, MoveNext, MoveLast, in visual basic 6.0 using a disconnected dataset (Datatable)?
Close (Not supported)
Closes a Recordset
Delete (Not supported)
Deletes a record or a group of records
Open (Not supported)
Opens a database element that gives you access to records in a table, the results of a query, or to a saved Recordset
Find(Not supported)
Searches for a record in a Recordset that satisfies a specified criteria
MoveFirst(Not supported)
Moves the record pointer to the first record
MoveNext(Not supported)
Moves the record pointer to the next record
MoveLast(Not supported)
Moves the record pointer to the Last record
Update (Not supported)
Saves all changes made to a single record in a Recordset object
UpdateBatch (Not supported)
Saves all changes in a Recordset to the database. Used when working in batch update mode
AbsolutePosition (Not supported)
Sets or returns a value that specifies the ordinal position of the current record in the Recordset object
Reply
Answers (
7
)
Another do, if method that I'm trying out.
How to create c# compiler online?