V4RB (2 questions) -- INSERT multi-records ?

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Tue Feb 21 02:04:16 CST 2012


On 2/20/12 2:45 PM, "Christian - ChrisKatDev.com"
<christian at chriskatdev.com> wrote:

> Valentina support INSERT multi-records ? (several records in same request)

For SQL ... Yes 

A) you can do 

        db.SqlExecute(  "command; command, command; ... " )


B) but for V4RB we do not support many insert commands with binding array,
Only for VCOM this was implemented.

Why not for V4RB ?  Because here there is no multi-dim array.



C) also Valentina SQL support synatx

    INSERT INTO T(f1, f2, f3)
    VALUES (1,1,1),  (2,2,2), ...       ;




-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list