I have some questions about the Cursor options when used with a local embedded Database with Xojo V4RB on Mac OS.
1. What is the difference between cursors on the client compared to the cursors on the server for embedded Database?
2. I got an error saying client cursors can't be read-write for an embedded Database, is this expected?
3. What is the preferred way for using cursors in an embedded database for Read-Only?
4. What is the preferred way for using cursors in an embedded database for Read-Write?