Hi, i want to update Valentina DB for Director withoit a Valentina Server. I want to update Valentina DB with a .txt File. For example: insert into 'Artikel' values (RecID, '13642874','5',0); But valentina does update Record for one Record updateRecord(gCursor) How can an update be realized for several records? B.E.