I am getting the "network error when using patch function: the requested operation is invalid" error when I try to write data to sql server. The connection works, and the account is viable (it works in sql server). I have a more complicated patch written, but even a simple operation of adding a blank row does not work.

When I run this on its own, it does not work. The database values can all be null except for the pkey, which is automatically done by sql server. I just am not sure what I am doing wrong, but it seems to not work. Thanks for any insight you can give into the issue.