Menu

Commit [r51]  Maximize  Restore  History

Atualização para permitir que o MySQL faça uma inserção com retorno do incremento. Ex:

dmReplication.RESTClientSQL.SQL.Clear;
dmReplication.RESTClientSQL.SQL.Add('insert pedvenda (codcliente) values (:codcliente)');
dmReplication.RESTClientSQL.ParamByName('codcliente').AsInteger := 2;
vResultID := dmReplication.RESTClientSQL.InsertMySQLReturnID;

xybersportgames 2016-08-01

changed /DEMO/RestDWServerProject.dproj
changed /DEMO/RestDWServerProject.identcache
changed /DEMO/RestDWServerProject.res
changed /DEMO/RestDWServerProject.skincfg
changed /DEMO/RestDWServerProject.stat
changed /DEMO/ServerMethodsUnit1.pas
changed /RestEasyObjects.stat
changed /uRestPoolerDB.pas
/DEMO/RestDWServerProject.dproj Diff Switch to side-by-side view
Loading...
/DEMO/RestDWServerProject.identcache
Binary file was changed.
/DEMO/RestDWServerProject.res
Binary file was changed.
/DEMO/RestDWServerProject.skincfg Diff Switch to side-by-side view
Loading...
/DEMO/RestDWServerProject.stat Diff Switch to side-by-side view
Loading...
/DEMO/ServerMethodsUnit1.pas Diff Switch to side-by-side view
Loading...
/RestEasyObjects.stat Diff Switch to side-by-side view
Loading...
/uRestPoolerDB.pas Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB