Posts by Jose Milton Barbosa • 1 point
1 post
-
0
votes5
answers1444
viewsA: Query pass null parameter
How to load "null" parameters in Query Insert in Delphi Insert into tabela (campostr, campoint, campocur, campodat) Values (:vstr, :vint, :vcur, :vdat); ParamByName('vstr').DataType := ftString; if…