Skip to content

update data with connected ado.net layer

I’m trying to perform update operation on winform using connected ado.net layer.

here’s the code

using this query I’m getting exception

  • $exception {“Dynamic SQL ErrorrnSQL error code = -104rnToken unknown – line 1, column 15rn(“} System.Exception {FirebirdSql.Data.FirebirdClient.FbException}

Advertisement

Answer

Should not query be like this:

User contributions licensed under: CC BY-SA
1 People found this is helpful