Hi :

I can send to the server two or more sentences ( Inserts, Update, Deletes )
together to the server ?

Like this :

begin
        insert into test ( id, desccription ) values ( 1, 'Test1');
        insert into test ( id, desccription ) values ( 2, 'Test2');
        insert into test ( id, desccription ) values ( 3, 'Test3');
end

Alejandro Michelin Salomon
PROBrax e-Tech, Brasil


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to