SQLException
jeg har denne:sqlStreng = "UPDATE Pasning SET Type = '" + pasning.getType() + "'" + ", Bestiltdato = " + gregToString(pasning.getBestiltdato()) + "'" +
", Pasningstimer = " + nf.format(pasning.getPasningstimer()) + nogle flere
og får denne fejl:
SQLException retPasning: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression '2002-05-14 00:00:00.0', Pasningstimer = 5,15''.
hvor ligger fejlen?
