Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
is there any option in the qv apllication that the user will write back to the DB?
TNX,
ADI
Yes you can in the load script have a statement like this:
CONNECT ..... ;
SQL
INSERT INTO dbo.CalcResult VALUES( 1 , 'Negative' , 234 );
And you can have multiple INSERTS or even a single INSERT with multiple rows.
Mind you - you might have to remember to allow read/write in the settings of the LOAD SCRIPT editor: