Hallo,
I need some help.
I have written a small application with eVB to work against a SQLServer CE
database. Retriving the data works well. But updating misses when updating
image-datafields . Whats wrong?
gsIDDoc = "6787655434987"
gsSQL = "update AUFTRAGSSTAND set BEMERKUNG = '" & mlText & "' " & _
"where AUFTRAGSSTAND.ID_DOK = '" & CStr(gsIDDoc) & "'"
goADOcn.Execute (gsSQL)
Errortext: An error was encountered while running this program:
The command contained on or more errors
Best regards
Volker