In my program I select a list of records that a client have to order.
There he can delete the records he doesn't want to order.
In my old program, where I use DBF, I did a 'copy to for' to a temporary database of the records, and open it.
There the client can delete the records he doesn't want.
In my SQL-version, I open a recordset of the records with a SELECT FROM ... WHERE ....
Than the client get te records he can order.
The problem now is, if he delete the records, he doesn't want, the also are deleted from the table in my SQL-database
Is there a way that I can open it like a temporary recordset, that doesn't affect the original table?
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite