SQLite Forum

Change from SQL Server CE to SQLite. Something similar to SQLCEResultSet and SQLCEUpdatableRecord.
Login
No.  SQLite is not a client/server database and therefore does not have the server-side or client-side need to implement such code, which is merely an appearance contrived and used by client/server databases to eliminate some of the inherent inefficiencies of that design model.

You could write code to "emulate" such contrivances should you desire to do so.