J
John Spiegel
Hi,
This is probably simple, but I've got a very simple C# function that
connects to a VFP database and takes a SQL command as a parameter. When I
attempt to send that command to the database (ExecuteNonQuery), it throws an
exception indicating "Cannot update the cursor <TableName>, since it is
read-only."
Windows shows it as writable and there's nothing within the database itself
to set the table as read-only.
Any ideas on where to set it to allow for writable access to the table?
TIA,
John
This is probably simple, but I've got a very simple C# function that
connects to a VFP database and takes a SQL command as a parameter. When I
attempt to send that command to the database (ExecuteNonQuery), it throws an
exception indicating "Cannot update the cursor <TableName>, since it is
read-only."
Windows shows it as writable and there's nothing within the database itself
to set the table as read-only.
Any ideas on where to set it to allow for writable access to the table?
TIA,
John