SQL SERVER READ_ONLY
Posted: Fri Sep 20, 2019 12:51 pm
Has anyone tried using a READ_ONLY cursor with Microsoft Sql Server?
SELECT * from Invoices READ_ONLY
This gives me a cursor, however it is updateable just by changing a field value.
Read Only appears to not work with the ODBCDBE.
SELECT * from Invoices READ_ONLY
This gives me a cursor, however it is updateable just by changing a field value.
Read Only appears to not work with the ODBCDBE.