Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello all,
i need to update certin data in my DB. and i want to use the QV UI to do so.
anyone can tell me how do i do that?
for examplae, i need to insert a new row into a translation table. the user types 3 fields, and i send it to the DB (local computer) as a new row int the table.
thanks in advance,
barak
I have a similar problem.
First I create a table that you can edit (using INPUTFIELD) and insert records.
Then I send the information in that table (all rows) to insert / update a table in a database.
Thank you very much.
A greeting.